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
@@ -324,8 +324,6 @@ function createBitNodeYesNoEventListener(newBitNode, destroyedBitNode, flume=fal
document.getElementById("terminal-input-td").innerHTML = '$ <input type="text" id="terminal-input-text-box" class="terminal-input" tabindex="1"/>';
$('input[class=terminal-input]').prop('disabled', false);
Terminal.hackFlag = false;
prestigeSourceFile();
yesNoBoxClose();
});