?????????????????????????????????????

This commit is contained in:
Dennis Weinberger 2019-03-26 17:35:11 +00:00
parent f2d1105344
commit 6e4247230f

View file

@ -251,6 +251,7 @@ public class GameView extends View implements GameInterface {
@Override
public void onNewRound(int round) {
if(!(game.getCurrentPlayer() instanceof AI))
jokers.setJokers(game.getCurrentPlayer().getJokers());
this.onResize();
this.logLine(String.format("Runde %d.", round));