mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
removed an added print statement
tags : #story[1275]
This commit is contained in:
@@ -44,7 +44,6 @@ public class MarkRoundingMessage extends Message{
|
|||||||
putInt((int) raceId, 4);
|
putInt((int) raceId, 4);
|
||||||
putInt((int) sourceId, 4);
|
putInt((int) sourceId, 4);
|
||||||
putByte((byte) boatStatus.getCode());
|
putByte((byte) boatStatus.getCode());
|
||||||
System.out.println(roundingSide.getCode());
|
|
||||||
putByte((byte) roundingSide.getCode());
|
putByte((byte) roundingSide.getCode());
|
||||||
putByte((byte) markType.getCode());
|
putByte((byte) markType.getCode());
|
||||||
putByte((byte) markId);
|
putByte((byte) markId);
|
||||||
|
|||||||
Reference in New Issue
Block a user