File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/rcll/refbox Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88
99group = ' io.github.robocup-logistics'
1010archivesBaseName = " java-sdk"
11- version = ' 0.1.19'
11+ version = ' 0.1.19.1 '
1212
1313description = " "
1414
Original file line number Diff line number Diff line change @@ -125,7 +125,8 @@ private void registerTeamMsgs() {
125125 privatePeer .add_message (OrderInfoProtos .OrderInfo .class );
126126 privatePeer .add_message (RingInfoProtos .RingInfo .class ); // Not documented but sent!
127127 privatePeer .add_message (MachineInfoProtos .MachineInfo .class );
128- privatePeer .add_message (MachineReportProtos .MachineReportInfo .class );
128+ privatePeer .add_message (MachineReportProtos .MachineReportInfo .class ); //this might can be removed!
129+ privatePeer .add_message (MachineReportProtos .MachineReport .class );
129130 privatePeer .add_message (ExplorationInfoProtos .ExplorationInfo .class );
130131 privatePeer .add_message (MachineInstructionProtos .PrepareMachine .class );
131132 privatePeer .add_message (MachineInstructionProtos .ResetMachine .class );
You can’t perform that action at this time.
0 commit comments