mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Fixed map glitch when race starts, and race XML bug
- Race XML wasn't being sent to clients, this was causing a null ptr exception - Boat location was being set to an invalid lat/lng Tags: #story[1047]
This commit is contained in:
@@ -45,7 +45,7 @@ public class ServerToClientThread implements Runnable {
|
||||
private Boolean userIdentified = false;
|
||||
private Boolean connected = true;
|
||||
private Boolean updateClient = true;
|
||||
private Boolean initialisedRace = false;
|
||||
private Boolean initialisedRace = true;
|
||||
|
||||
private Integer seqNo;
|
||||
private Integer sourceId;
|
||||
|
||||
Reference in New Issue
Block a user