Fixed #9628
This commit is contained in:
@@ -1179,7 +1179,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||||||
|
|
||||||
var last = lastSchematic;
|
var last = lastSchematic;
|
||||||
|
|
||||||
ui.showTextInput("@schematic.add", "@name", "", text -> {
|
ui.showTextInput("@schematic.add", "@name", 1000, "", text -> {
|
||||||
Schematic replacement = schematics.all().find(s -> s.name().equals(text));
|
Schematic replacement = schematics.all().find(s -> s.name().equals(text));
|
||||||
if(replacement != null){
|
if(replacement != null){
|
||||||
ui.showConfirm("@confirm", "@schematic.replace", () -> {
|
ui.showConfirm("@confirm", "@schematic.replace", () -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user