forked from External/mage
* Some changes to chat and user handling.
This commit is contained in:
parent
52897094b3
commit
d024d59626
3 changed files with 13 additions and 13 deletions
|
|
@ -386,6 +386,8 @@ public class User {
|
|||
if (controller.isPresent()) {
|
||||
ccSideboard(entry.getValue(), entry.getKey(), controller.get().getRemainingTime(), controller.get().getOptions().isLimited());
|
||||
} else {
|
||||
// Table is missing after connection was lost during sideboard.
|
||||
// Means other players were removed or conceded the game?
|
||||
logger.error("sideboarding id not found : " + entry.getKey());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue