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