Minor change in notification processing

This commit is contained in:
Felix Koppe
2024-12-09 02:09:09 +01:00
parent b86aeb63e6
commit 4ca7c38170

View File

@@ -175,7 +175,6 @@ private void handleGame(Notification notification) {
if(n.getCard() == BonusCard.TURBO) {
guiHandler.turbo();
app.getModelSynchronize().animationEnd();
return;
}
if(n.getColor() == ownColor) guiHandler.playCardOwn(n.getCard());