fix: windows connecting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user