mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 12:45:45 +01:00
npm format
This commit is contained in:
parent
1e2e42af75
commit
60c6536f8e
@ -79,10 +79,10 @@ export function DeleteServer(serverkey: string): void {
|
||||
export function ipExists(ip: string): boolean {
|
||||
for (const hostName in AllServers) {
|
||||
if (AllServers[hostName].ip === ip) {
|
||||
return true
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
|
||||
export function createUniqueRandomIp(): string {
|
||||
|
Loading…
Reference in New Issue
Block a user