mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
removed ip references
This commit is contained in:
@@ -56,7 +56,7 @@ export function ServerAccordions(props: IProps): React.ReactElement {
|
||||
for (const ws of props.workerScripts.values()) {
|
||||
const server = GetServer(ws.hostname);
|
||||
if (server == null) {
|
||||
console.warn(`WorkerScript has invalid IP address: ${ws.hostname}`);
|
||||
console.warn(`WorkerScript has invalid hostname: ${ws.hostname}`);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user