mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Added mock yachts to the game state for each client #story[1047]
This commit is contained in:
@@ -57,10 +57,12 @@ public class MainServerThread extends Thread implements PacketBufferDelegate, Cl
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
if (GameState.getCurrentStage() == GameStages.PRE_RACE) {
|
||||
GameState.update();
|
||||
}
|
||||
//RACING
|
||||
if (GameState.getCurrentStage() == GameStages.RACING) {
|
||||
|
||||
GameState.update();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user