mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
Servers are sorted on Active Scripts page (#1102)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user