mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
- Deleted old controllers that didn't do anything anymore.
tags : #story[1245]
This commit is contained in:
@@ -52,7 +52,6 @@ public class LobbyController implements Initializable {
|
||||
private Pane serverMap;
|
||||
//---------FXML END---------//
|
||||
|
||||
private List<LobbyController_old.LobbyCloseListener> lobbyListeners = new ArrayList<>();
|
||||
private RaceState raceState;
|
||||
private JFXDialog customizationDialog;
|
||||
public Color playersColor;
|
||||
@@ -216,6 +215,7 @@ public class LobbyController implements Initializable {
|
||||
}
|
||||
|
||||
private void leaveLobby() {
|
||||
|
||||
ViewManager.getInstance().getGameClient().stopGame();
|
||||
ViewManager.getInstance().goToStartView();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user