Skip to content

Commit

Permalink
Bug solved
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoCunha committed Feb 3, 2020
1 parent ce5a068 commit 1e5527a
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 1e5527a

Please sign in to comment.