mirror of
https://github.com/Eaglercraft-Archive/EaglercraftX-1.8-workspace.git
synced 2026-06-21 02:23:45 +02:00
u45
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user