hotfix backdooring the world daemon not resetting flags

This commit is contained in:
Olivier Gagnon
2021-05-06 11:12:04 -04:00
committed by hydroflame
parent 8be63be17b
commit 0642491402
4 changed files with 8 additions and 8 deletions
+2
View File
@@ -535,6 +535,7 @@ let Terminal = {
Player.bitNodeN = 1;
}
hackWorldDaemon(Player.bitNodeN);
Terminal.hackFlag = false;
return;
}
server.backdoorInstalled = true;
@@ -570,6 +571,7 @@ let Terminal = {
Player.bitNodeN = 1;
}
hackWorldDaemon(Player.bitNodeN);
Terminal.backdoorFlag = false;
return;
}
server.backdoorInstalled = true;