mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-18 22:56:15 +01:00
fixed close on FoodField
This commit is contained in:
parent
05680af726
commit
2c536f32cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user