mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
UI fixes after game end
This commit is contained in:
@@ -235,8 +235,9 @@ public final class Server {
|
||||
}
|
||||
|
||||
if (gameController != null) {
|
||||
primary.reEnableButton();
|
||||
primary.reEnableButton(); // Re enable subscribe button
|
||||
gameController.start();
|
||||
isPolling = true; // Fixes server getting stuck
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user