Servers are sorted on Active Scripts page (#1102)

This commit is contained in:
Snarling
2024-02-16 21:06:18 -05:00
committed by GitHub
parent 8c8af38a3a
commit 9b483bdd8a
4 changed files with 58 additions and 38 deletions
+2
View File
@@ -53,6 +53,8 @@ export class HacknetServer extends BaseServer implements IHacknetNode {
// Flag indicating whether this is a purchased server
purchasedByPlayer = true;
isHacknetServer = true;
constructor(params: IConstructorParams = { hostname: "", ip: createRandomIp() }) {
super(params);