forked from External/mage
Some more changes concerning ThoughtAsEffects.
This commit is contained in:
parent
d1a8678086
commit
2ca945fabf
45 changed files with 3306 additions and 206 deletions
|
|
@ -276,10 +276,10 @@ public class GameSession extends GameWatcher {
|
|||
|
||||
public void kill() {
|
||||
if (game != null) {
|
||||
logger.debug("GameSession.kill before player quit for game");
|
||||
logger.debug("before game.quit playerId:" + playerId);
|
||||
game.quit(playerId);
|
||||
} else {
|
||||
logger.error("GameSession.kill game object missing playerId: " + (playerId == null ? "[null]":playerId));
|
||||
logger.error("game object missing playerId: " + (playerId == null ? "[null]":playerId));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue