Updated 'DetermineStartPlayerState' class.

Updated the 'DetermineStartPlayerState' class by adding logic for the roll again event to the 'RequestDieMessage' handling.
This commit is contained in:
Daniel Grigencha
2024-12-06 04:54:14 +01:00
parent 33afc4ab3b
commit 62ceff822f

View File

@@ -84,6 +84,9 @@ else if (maximumRoll < entry.getValue()) {
}
}
for (int id: this.playersHaveToRoll) {
this.diceResults.remove(id);
}
}
}