fix: windows connecting

This commit is contained in:
2021-09-20 20:28:15 +02:00
parent 969b2f23a7
commit 175adc2180
2 changed files with 12 additions and 7 deletions

View File

@@ -145,7 +145,7 @@ void renderMainMenu() {
if (!startServer(port, worldFilePath)) {
triedToCreate = true;
} else {
client->connect("localhost", port);
client->connect("127.0.0.1", port);
}
}
if (triedToCreate)