mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Merge fix
This commit is contained in:
parent
1bc4b9d675
commit
407369ea83
1 changed files with 1 additions and 1 deletions
|
|
@ -1409,7 +1409,7 @@ public abstract class GameImpl implements Game {
|
|||
if (card != null) {
|
||||
return String.format("Face down card reveal: %s had %s",
|
||||
(player == null ? "Unknown" : player.getLogName()),
|
||||
permanent.getLogName());
|
||||
card.getLogName());
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue