Playtesting - FIxed small bug

This commit is contained in:
Daniel Xie 2017-04-19 16:40:26 -05:00
parent e2e0bba3c2
commit 51d351f894

@ -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");