mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-11 04:42:34 +01:00
Playtesting - FIxed small bug
This commit is contained in:
@ -492,8 +492,8 @@ var Terminal = {
|
||||
|
||||
//Contains the implementations of all possible programs
|
||||
executeProgram: function(programName) {
|
||||
var s = Player.getCurrentServer();
|
||||
switch (programName) {
|
||||
var s = Player.getCurrentServer();
|
||||
case Programs.NukeProgram:
|
||||
if (s.hasAdminRights) {
|
||||
post("You already have root access to this computer. There is no reason to run NUKE.exe");
|
||||
|
Reference in New Issue
Block a user