Merge fix

This commit is contained in:
Oleg Agafonov 2023-04-01 19:07:15 +04:00
parent 1bc4b9d675
commit 407369ea83

View file

@ -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;
}