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
@@ -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;
}