mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Implemented new client - server handshake protocol
- Implemented new packet types - Changed server & client logic to use new protocol Tags: #story[1124] (Issue 39)
This commit is contained in:
@@ -20,6 +20,7 @@ public class GameState implements Runnable {
|
||||
private Logger logger = LoggerFactory.getLogger(MarkOrder.class);
|
||||
|
||||
private static Integer STATE_UPDATES_PER_SECOND = 60;
|
||||
public static Integer MAX_PLAYERS = 8;
|
||||
|
||||
private static Long previousUpdateTime;
|
||||
public static Double windDirection;
|
||||
|
||||
Reference in New Issue
Block a user