From 376e5c0b29a8944939429540ddcb0c123a6e8dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D1=80=D0=BA=D0=BD=D0=B5=D1=81=D1=81=233729?= <79508138+Darkness6030@users.noreply.github.com> Date: Wed, 7 Jun 2023 21:13:41 +0300 Subject: [PATCH] :skull: (#8685) --- core/src/mindustry/core/UI.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/core/UI.java b/core/src/mindustry/core/UI.java index 8a0f81610f..3851d4880a 100644 --- a/core/src/mindustry/core/UI.java +++ b/core/src/mindustry/core/UI.java @@ -276,6 +276,7 @@ public class UI implements ApplicationListener, Loadable{ this.numeric = numbers; this.maxLength = textLength; this.accepted = confirmed; + this.canceled = closed; this.allowEmpty = false; }}); }else{