mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-07-31 09:27:42 +02:00
fixed close on FoodField
This commit is contained in:
@@ -85,6 +85,7 @@ public class FoodFieldCard extends Dialog {
|
||||
buyButton.addClickCommands(s -> ifTopDialog( () -> {
|
||||
app.getGameLogic().playSound(Sound.BUTTON);
|
||||
app.getGameLogic().send(new BuyPropertyResponse());
|
||||
close();
|
||||
}));
|
||||
|
||||
// Zentriere das Popup
|
||||
|
Reference in New Issue
Block a user