This commit is contained in:
Fleischer Hanno
2024-12-09 02:04:11 +01:00

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());