mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08: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);
|
||||
if (player != null) {
|
||||
player.quit(this);
|
||||
fireInformEvent(player.getName() + " has quitted the match.");
|
||||
fireInformEvent(player.getName() + " quits the match.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue