diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f90768..525b7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,5 @@ or [GitHub](https://github.com/Octol1ttle/FlightAssistant) to discuss this relea ## Fixes -* Fixed an issue that caused the game to crash when launching in a production environment -* Fixed an issue that caused the attitude display to behave incorrectly when rolling +* Fixed an issue that caused huge amounts of packets to be sent to the server when "Open Elytra Automatically" was + enabled, potentially triggering anti-cheat software diff --git a/gradle.properties b/gradle.properties index 21e2e5f..ad46b29 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.4+build.3 floader_version=0.15.3 # Mod Properties -mod_version=2.3.3 +mod_version=2.3.4 maven_group=ru.octol1ttle.flightassistant archives_base_name=flightassistant