[minor] Some text renaming.

This commit is contained in:
LevelX2 2013-07-15 23:56:10 +02:00
parent 237763b577
commit 26ca873eb6
4 changed files with 16 additions and 16 deletions

View file

@ -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());