mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +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 {
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user