mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-02 04:13:44 +07:00
Cleanup
This commit is contained in:
parent
4b0824a20c
commit
7389a5de7f
@ -158,8 +158,7 @@ public class PlayerListFragment{
|
||||
imageOverColor = Color.lightGray;
|
||||
}};
|
||||
|
||||
//TODO for testing only
|
||||
if((net.server() || player.admin || true) && (!user.admin || net.server() || user == player)){
|
||||
if(net.server() || (player.admin && (!user.admin || user == player))){
|
||||
button.add().growY();
|
||||
|
||||
button.button(Icon.menu, ustyle, () -> {
|
||||
|
Loading…
Reference in New Issue
Block a user