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