This commit is contained in:
eaglercraft 2024-12-14 21:28:53 -08:00
commit a04cff9aea
37 changed files with 566 additions and 203 deletions

View file

@ -100,9 +100,8 @@ public class GuiMultiplayer extends GuiScreen implements GuiYesNoCallback {
this.serverListSelector.func_148195_a(this.savedServerList);
if (lanServerList == null) {
lanServerList = new LANServerList();
} else {
lanServerList.forceRefresh();
}
lanServerList.forceRefresh();
} else {
this.serverListSelector.setDimensions(this.width, this.height, 32, this.height - 64);
}