mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #24 - 1000s of optimizations, shared worlds on desktop
This commit is contained in:
@ -145,7 +145,14 @@
|
||||
~ this.refreshServerList();
|
||||
~ }
|
||||
|
||||
> DELETE 1 @ 1 : 2
|
||||
> INSERT 1 : 2 @ 1
|
||||
|
||||
+ }
|
||||
|
||||
> INSERT 1 : 3 @ 1
|
||||
|
||||
+ public void cancelDirectConnect() {
|
||||
+ this.directConnect = false;
|
||||
|
||||
> CHANGE 2 : 3 @ 2 : 3
|
||||
|
||||
@ -159,10 +166,13 @@
|
||||
|
||||
> DELETE 2 @ 2 : 11
|
||||
|
||||
> INSERT 25 : 28 @ 25
|
||||
> INSERT 22 : 24 @ 22
|
||||
|
||||
+ relaysButton.drawScreen(i, j);
|
||||
+ drawPluginDownloadLink(i, j);
|
||||
|
||||
> INSERT 3 : 4 @ 3
|
||||
|
||||
+ }
|
||||
|
||||
> INSERT 1 : 17 @ 1
|
||||
|
Reference in New Issue
Block a user