mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[minor] Some text renaming.
This commit is contained in:
parent
26ca873eb6
commit
f63a64e6cf
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
|
||||||
Player player = state.getPlayer(playerId);
|
Player player = state.getPlayer(playerId);
|
||||||
if (player != null) {
|
if (player != null) {
|
||||||
player.quit(this);
|
player.quit(this);
|
||||||
fireInformEvent(player.getName() + " has quitted the match.");
|
fireInformEvent(player.getName() + " quits the match.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue