Skip to content

Commit

Permalink
Version 1.3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EssentialGGBot committed Oct 30, 2024
1 parent 9485bdd commit d0cee53
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog/release-1.3.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Title: Bug Patch
Summary: Minor bug fixes

## Bug Fixes
- Fixed closing the multiplayer menu crashing the game when Essential is disabled
6 changes: 3 additions & 3 deletions changelog/release-1.3.5.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Title: Server Discovery Update
Summary: Improved Server List
Title: Server Discovery
Summary: Improved server discovery

## Multiplayer Menu
- Replaced the "Featured" tab with "Discover"
- Added "Discover" tab in multiplayer menu to replace "Featured" tab

## Bug Fixes
- Fixed crash when exporting in Flashback mod
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ org.gradle.configureondemand=true
org.gradle.parallel.threads=128
org.gradle.jvmargs=-Xmx16G
minecraftVersion=11202
version=1.3.5
version=1.3.5.1
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ class EssentialMultiplayerGui {
}

fun onClosed() {
if (!EssentialConfig.essentialEnabled) return
impressionTracker.submit()
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/essential/commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4937e59176
4602b26853

0 comments on commit d0cee53

Please sign in to comment.