From c3a57a744c7fdb2afbfc25592dc822953a8625a5 Mon Sep 17 00:00:00 2001 From: Summet-V Date: Wed, 4 Nov 2020 22:09:46 +0300 Subject: [PATCH] Cleanup --- core/src/mindustry/editor/MapEditorDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/editor/MapEditorDialog.java b/core/src/mindustry/editor/MapEditorDialog.java index 1cd41281cc..27f329c120 100644 --- a/core/src/mindustry/editor/MapEditorDialog.java +++ b/core/src/mindustry/editor/MapEditorDialog.java @@ -679,7 +679,7 @@ public class MapEditorDialog extends Dialog implements Disposable{ Table searchBar = new Table(); searchBar.image(Icon.zoom); - searchBar.field(null, this::rebuildBlockSelection) + searchBar.field("", this::rebuildBlockSelection) .name("editor/search").maxTextLength(maxNameLength).get().setMessageText("@players.search"); table.add(searchBar).pad(10);