Separate the use of map name and player name (#1863)

* change use 'name'

* remove schematic.name
This commit is contained in:
Olexandr Nesterenko
2020-04-14 17:04:05 +03:00
committed by GitHub
parent 25bc6ebaf0
commit 95d603a035
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ public class MapInfoDialog extends FloatingDialog{
ObjectMap<String, String> tags = editor.getTags();
cont.pane(t -> {
t.add("$editor.name").padRight(8).left();
t.add("$editor.mapname").padRight(8).left();
t.defaults().padTop(15);
TextField name = t.addField(tags.get("name", ""), text -> {