Fixes #15 #36

Merged
Persson-dev merged 13 commits from multiplayer into master 2025-02-01 12:43:14 +00:00
Showing only changes of commit bcded60fbe - Show all commits

View File

@@ -29,7 +29,7 @@ public class ServerConnexion extends Connexion {
}
public boolean update() {
if (shouldClose | isClosed())
if (shouldClose || isClosed())
return false;
return this.keepAliveHandler.update();
}