mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
The merge went well!!
Tags: #story[1109]
This commit is contained in:
@@ -142,11 +142,10 @@ public class LobbyController {
|
||||
@FXML
|
||||
public void readyButtonPressed() {
|
||||
GameState.setCurrentStage(GameStages.PRE_RACE);
|
||||
return;
|
||||
// Do countdown logic here
|
||||
|
||||
//for (LobbyCloseListener readyListener : lobbyListeners)
|
||||
// readyListener.notify(CloseStatus.READY);
|
||||
for (LobbyCloseListener readyListener : lobbyListeners)
|
||||
readyListener.notify(CloseStatus.READY);
|
||||
}
|
||||
|
||||
public void setTitle (String title) {
|
||||
|
||||
Reference in New Issue
Block a user