Bugfixes
This commit is contained in:
@@ -268,6 +268,7 @@ public class JoinDialog extends FloatingDialog{
|
||||
if(totalHosts == 0){
|
||||
local.clear();
|
||||
}
|
||||
local.background((Drawable) null);
|
||||
totalHosts ++;
|
||||
float w = targetWidth();
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ public class PlayerListFragment extends Fragment{
|
||||
|
||||
t.row();
|
||||
|
||||
t.addImageButton("icon-admin", "clear-toggle", 14 * 2, () -> {
|
||||
t.addImageButton("icon-admin", "clear-toggle-partial", 14 * 2, () -> {
|
||||
if(Net.client()) return;
|
||||
|
||||
String id = player.uuid;
|
||||
|
||||
Reference in New Issue
Block a user