From 2f9979fc4cfcfbdd297191022a60924e1772b782 Mon Sep 17 00:00:00 2001 From: senseiwells Date: Sun, 31 Mar 2024 22:33:41 +0100 Subject: [PATCH] Update changelog --- build.gradle.kts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8b35159..72fd84e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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