Minor ban/unban instruction and join dialog changes (#9249)

* Make PlacementFragment update after world processor's ban/unban instructions, add buttons in community server list to add server as remote

* Small world processor ban/unban optimization
This commit is contained in:
ApsZoldat
2023-11-11 17:55:01 +03:00
committed by GitHub
parent fbd0675f75
commit c4dc095adb
3 changed files with 62 additions and 31 deletions

View File

@@ -113,7 +113,7 @@ public class PlacementFragment{
return hover;
}
void rebuild(){
public void rebuild(){
//category does not change on rebuild anymore, only on new world load
Group group = toggler.parent;
int index = toggler.getZIndex();