remove redundant Core.bundle.get (#5947)

This commit is contained in:
buthed010203 2021-09-06 15:08:22 -04:00 committed by GitHub
parent 5641b4901c
commit a393e21326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);