mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Began fixing bugs with caused by asynchronous listener calls.
#bug
This commit is contained in:
@@ -10,7 +10,7 @@ public class RaceStartData {
|
||||
private int notificationType;
|
||||
private long timeStamp;
|
||||
|
||||
RaceStartData (long raceId, long raceStartTime, int notificationType, long timeStamp) {
|
||||
public RaceStartData (long raceId, long raceStartTime, int notificationType, long timeStamp) {
|
||||
this.raceId = raceId;
|
||||
this.raceStartTime = raceStartTime;
|
||||
this.notificationType = notificationType;
|
||||
|
||||
Reference in New Issue
Block a user