Refactor: Fix spelling of DENY_PERMISSION_TO_ROLLBACK_TURN (#9114)

This commit is contained in:
DeepCrimson 2022-06-16 19:16:03 -07:00 committed by GitHub
parent 4806626ba0
commit 4546623fb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -538,7 +538,7 @@ public class GameController implements GameCallback {
}
}
break;
case DENY_PERMISSON_TO_ROLLBACK_TURN: // one player has denied - so cancel the request
case DENY_PERMISSION_TO_ROLLBACK_TURN: // one player has denied - so cancel the request
{
UUID playerId = getPlayerId(userId);
if (playerId != null) {