Fix something

This commit is contained in:
Felix Koppe
2024-12-09 04:33:21 +01:00
parent 9ea6837e89
commit 84a50ec215

View File

@@ -159,6 +159,7 @@ private void handleGame(Notification notification) {
} else if (notification instanceof HomeMoveNotification home) {
boardHandler.movePieceHomeAnim(home.getPieceId(), home.getHomeIndex());
guiHandler.hideText();
app.getGameLogic().selectAnimationEnd();
} else if (notification instanceof InterruptNotification notification1) {
gameView.enterInterrupt(notification1.getColor());
} else if (notification instanceof MovePieceNotification n) {