crash when rolling dice and waitForTurn removed

This commit is contained in:
Johannes Schmelz 2024-11-27 23:19:25 +01:00
parent c346058631
commit 9e595b92ba

View File

@ -519,7 +519,7 @@ public class Player implements FieldVisitor<Void>{
@Override
public DiceResult rollDice() {
throw new UnsupportedOperationException("not allowed");
return null;
}
@Override