removed ip references

This commit is contained in:
phyzical
2022-03-17 21:50:23 +08:00
parent bb433d4629
commit 9949cc9a1e
7 changed files with 20 additions and 24 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ export class BaseServer {
// Script files on this Server
scripts: Script[] = [];
// Contains the IP Addresses of all servers that are immediately
// Contains the hostnames of all servers that are immediately
// reachable from this one
serversOnNetwork: string[] = [];