mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-19 00:06:16 +01:00
fixed TradeConfrim
This commit is contained in:
parent
9164dc6893
commit
3b2cfad774
@ -290,6 +290,8 @@ public class TestWorld implements GameEventListener {
|
||||
new LooserPopUp(app).open();
|
||||
} else if (event.msg().equals("timeout")) {
|
||||
new TimeOut(app).open();
|
||||
} else if(event.msg().equals("tradeRequest")) {
|
||||
new ConfirmTrade(app).open();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user