mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
* Travel Preparations - Fixed tooltip text.
This commit is contained in:
parent
14a2f0489b
commit
5b36eebdde
3 changed files with 11 additions and 7 deletions
|
|
@ -143,7 +143,8 @@ public class GameView implements Serializable {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
logger.error("Stack Object for stack ability not found: " + stackObject.getStackAbility().getRule());
|
||||
// can happen if a player times out while ability is on the stack
|
||||
logger.debug("Stack Object for stack ability not found: " + stackObject.getStackAbility().getRule());
|
||||
}
|
||||
} else {
|
||||
// Spell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue