merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
Showing only changes of commit 4ca7c38170 - Show all commits

View File

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