mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Fixed bug with executing HTTPWorm program from Terminal
This commit is contained in:
parent
96b26c582e
commit
dac64d188b
@ -1906,7 +1906,7 @@ let Terminal = {
|
||||
server.openPortCount++;
|
||||
};
|
||||
programHandlers[Programs.HTTPWormProgram.name] = (server) => {
|
||||
if (serv.httpPortOpen) {
|
||||
if (server.httpPortOpen) {
|
||||
post("HTTP Port (80) is already open!");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user