Parenthesis population.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3498 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -338,7 +338,7 @@ public class TrickCardGameManagerDelegate extends TurnGameManagerDelegate
|
|||||||
protected void verifyPlayersTurn (Name username)
|
protected void verifyPlayersTurn (Name username)
|
||||||
throws InvocationException
|
throws InvocationException
|
||||||
{
|
{
|
||||||
if (!username.equals(_trickCardGame.getTurnHolder()) {
|
if (!username.equals(_trickCardGame.getTurnHolder())) {
|
||||||
throw new InvocationException("m.not_your_turn");
|
throw new InvocationException("m.not_your_turn");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user