mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Minor grammar and text fixes
This commit is contained in:
parent
40b7d4a3af
commit
411100e442
2 changed files with 2 additions and 2 deletions
|
|
@ -591,7 +591,7 @@ public class GameController implements GameCallback {
|
|||
if (playerId != null) {
|
||||
Player player = game.getPlayer(playerId);
|
||||
if (player != null) {
|
||||
game.informPlayers(player.getLogName() + " want to concede");
|
||||
game.informPlayers(player.getLogName() + " wants to concede");
|
||||
game.setConcedingPlayer(getPlayerId(userId));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue