close window on game end

This commit is contained in:
2025-05-18 11:36:14 +02:00
parent 0e8ee9eacd
commit 56f2aa3c56
2 changed files with 9 additions and 1 deletions

View File

@@ -431,6 +431,7 @@ public class DDDView extends GameAdapter implements CommandSender {
@Override
public void onGameEnd() {
openPopup("End");
this.window.stop();
}
@Override