Skip to content

Commit

Permalink
Merge branch '1.18.2' into 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Mar 31, 2024
2 parents be0014d + 2f9979f commit c692903
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,7 @@ tasks {
file = remapJar.get().archiveFile
changelog.set(
"""
- Added support for [simple-voice-chat](https://github.com/henkelmax/simple-voice-chat)
- Added new player predicate `"type": "is_fake"` to check whether a player is not a real player (e.g. carpet bot)
- Added `max_duration` that lets you specify a maximum duration for your replay
- Added `restart_after_max_duration` that lets you automatically restart the replay if the max duration limit is met
- Fixed a bug that would cause gradual server lag if `max_file_size` was set
- Fixed a bug that would cause ServerReplay to crash in singleplayer
""".trimIndent()
)
type = STABLE
Expand Down

0 comments on commit c692903

Please sign in to comment.