Skip to content

Commit

Permalink
Merge pull request #46 from RoboCup-MSL/Version20
Browse files Browse the repository at this point in the history
Bug solved (team target id in buttons Red,Yellow and Repair
  • Loading branch information
BernardoCunha authored Feb 3, 2020
2 parents e4a74c4 + 1e5527a commit 234e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslrb2015/enums.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public boolean isLeft()
//******************************************************************************************************
public boolean isRight()
{
return value >= BTN_R_KICKOFF.value && value <= BTN_R_ISALIVE.value;
return value >= BTN_R_KICKOFF.value && value <= BTN_R_YELLOW.value;
}

//******************************************************************************************************
Expand Down

0 comments on commit 234e12a

Please sign in to comment.