This commit is contained in:
BetaSteward 2010-03-27 02:15:55 +00:00
parent 345d364d76
commit de6a672d24
23 changed files with 492 additions and 383 deletions

View file

@ -64,7 +64,7 @@ public class PlayerFactory {
logger.log(Level.SEVERE, null, ex);
return null;
}
logger.info("Player created: " + player.getId().toString());
logger.info("Player created: " + name + "-" + player.getId().toString());
return player;
}