mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Fix log message for 'put into library N from top' effects
This commit is contained in:
parent
ff03daee67
commit
13baf726e9
1 changed files with 1 additions and 1 deletions
|
|
@ -1011,7 +1011,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
if (cardInLib != null && cardInLib.getId().equals(card.getId())) { // check needed because e.g. commander can go to command zone
|
||||
cardInLib = getLibrary().removeFromTop(game);
|
||||
getLibrary().putCardToTopXPos(cardInLib, xFromTheTop, game);
|
||||
game.informPlayers(withName ? cardInLib.getLogName() : "A card"
|
||||
game.informPlayers((withName ? cardInLib.getLogName() : "A card")
|
||||
+ " is put into "
|
||||
+ getLogName()
|
||||
+ "'s library "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue