forked from External/mage
[minor] Some text renaming.
This commit is contained in:
parent
237763b577
commit
26ca873eb6
4 changed files with 16 additions and 16 deletions
|
|
@ -370,7 +370,7 @@ public class TableController {
|
|||
String creator = null;
|
||||
String opponent = null;
|
||||
for (Entry<UUID, UUID> entry: userPlayerMap.entrySet()) {
|
||||
if (!match.getPlayer(entry.getValue()).hasQuitted()) {
|
||||
if (!match.getPlayer(entry.getValue()).hasQuit()) {
|
||||
User user = UserManager.getInstance().getUser(entry.getKey());
|
||||
if (user != null) {
|
||||
user.gameStarted(match.getGame().getId(), entry.getValue());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue