mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 04:09:07 +07:00
remove redundant Core.bundle.get (#5947)
This commit is contained in:
parent
5641b4901c
commit
a393e21326
@ -36,7 +36,7 @@ public class DatabaseDialog extends BaseDialog{
|
||||
cont.table(s -> {
|
||||
s.image(Icon.zoom).padRight(8);
|
||||
search = s.field(null, text -> rebuild()).growX().get();
|
||||
search.setMessageText(Core.bundle.get("players.search"));
|
||||
search.setMessageText("@players.search");
|
||||
}).fillX().padBottom(4).row();
|
||||
|
||||
cont.pane(all);
|
||||
|
Loading…
Reference in New Issue
Block a user