mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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…
Reference in a new issue