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{