forked from External/mage
[AVR] 5 cards. Various fixes.
This commit is contained in:
parent
6cdce1be7c
commit
87c111a253
12 changed files with 406 additions and 12 deletions
|
|
@ -611,7 +611,7 @@ public class GameController implements GameCallback {
|
|||
}
|
||||
if (!found) {
|
||||
// something wrong - it may cause game freezes
|
||||
logger.warn("WARNING! GameController.sendMessage - couldn't find session for action execution.");
|
||||
logger.warn("WARNING! GameController.sendMessage - couldn't find session for action execution. Player: " + player.getName());
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue