Bundles updated / Fixed player name color changing join/leave text

This commit is contained in:
Anuken
2018-07-19 14:20:51 -04:00
parent 56fc40a64d
commit 9f723c39ef
17 changed files with 170 additions and 92 deletions

View File

@@ -63,6 +63,7 @@ public class PlayerListFragment extends Fragment{
menu.addButton("$text.server.bans", ui.bans::show).disabled(b -> Net.client());
menu.addButton("$text.server.admins", ui.admins::show).disabled(b -> Net.client());
menu.addButton("$text.close", this::toggle);
}).margin(0f).pad(10f).growX();
}).touchable(Touchable.enabled).margin(14f);