File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
kotlin/gg/essential/gui/multiplayer
resources/assets/essential Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ Title: Bug Patch
2+ Summary: Minor bug fixes
3+
4+ ## Bug Fixes
5+ - Fixed closing the multiplayer menu crashing the game when Essential is disabled
Original file line number Diff line number Diff line change 1- Title: Server Discovery Update
2- Summary: Improved Server List
1+ Title: Server Discovery
2+ Summary: Improved server discovery
33
44## Multiplayer Menu
5- - Replaced the "Featured " tab with "Discover"
5+ - Added "Discover " tab in multiplayer menu to replace "Featured" tab
66
77## Bug Fixes
88- Fixed crash when exporting in Flashback mod
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ org.gradle.configureondemand=true
77org.gradle.parallel.threads =128
88org.gradle.jvmargs =-Xmx16G
99minecraftVersion =11202
10- version =1.3.5
10+ version =1.3.5.1
Original file line number Diff line number Diff line change @@ -316,6 +316,7 @@ class EssentialMultiplayerGui {
316316 }
317317
318318 fun onClosed () {
319+ if (! EssentialConfig .essentialEnabled) return
319320 impressionTracker.submit()
320321 }
321322
Original file line number Diff line number Diff line change 1- 4937e59176
1+ 4602b26853
You can’t perform that action at this time.
0 commit comments