Merge branch 'development2' of https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-01 into development2
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user