Bug fixes

This commit is contained in:
Daniel Xie
2017-05-05 13:13:31 -05:00
parent acc3b8cf89
commit 9f7d6d7bba
3 changed files with 6 additions and 4 deletions
+1 -3
View File
@@ -24,9 +24,7 @@ function displayCreateProgramContent() {
relaySmtpALink.style.display = "none";
httpWormALink.style.display = "none";
sqlInjectALink.style.display = "none";
//TODO These addEventListeners should only happen once so I guess just put them in Engine.init()
//PortHack.exe (in case you delete it lol)
if (Player.getHomeComputer().programs.indexOf(Programs.NukeProgram) == -1) {
portHackALink.style.display = "block";