mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 21:07:04 +02:00
hotfix backdooring the world daemon not resetting flags
This commit is contained in:
committed by
hydroflame
parent
8be63be17b
commit
0642491402
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user