Minor change in notification processing
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user