forked from External/mage
...
This commit is contained in:
parent
345d364d76
commit
de6a672d24
23 changed files with 492 additions and 383 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue