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:
@@ -11,7 +11,7 @@ public class MarkRoundingData {
|
||||
private int roundingSide;
|
||||
private long timeStamp;
|
||||
|
||||
MarkRoundingData(int boatId, int markId, int roundingSide, long timeStamp) {
|
||||
public MarkRoundingData(int boatId, int markId, int roundingSide, long timeStamp) {
|
||||
this.boatId = boatId;
|
||||
this.markId = markId;
|
||||
this.roundingSide = roundingSide;
|
||||
|
||||
Reference in New Issue
Block a user