mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #45 - Fixed various issues with the client
This commit is contained in:
@ -74,13 +74,12 @@
|
||||
|
||||
> DELETE 1 @ 1 : 10
|
||||
|
||||
> INSERT 3 : 8 @ 3
|
||||
> INSERT 3 : 7 @ 3
|
||||
|
||||
+ if (lanServerList == null) {
|
||||
+ lanServerList = new LANServerList();
|
||||
+ } else {
|
||||
+ lanServerList.forceRefresh();
|
||||
+ }
|
||||
+ lanServerList.forceRefresh();
|
||||
|
||||
> INSERT 12 : 17 @ 12
|
||||
|
||||
|
Reference in New Issue
Block a user