diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f3db0ef2..3f30c30d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ gson = "2.10.1" netty = "4.1.77.Final" crowdin = "1.1.0-SNAPSHOT" config = "1.0.2" -slib = "1.0.1-SNAPSHOT" +slib = "1.0.2-SNAPSHOT" bstats = "3.0.2" luckperms = "5.4" papi = "2.11.6" diff --git a/proxy/changelog.md b/proxy/changelog.md index 51fa8178..adb58ce4 100644 --- a/proxy/changelog.md +++ b/proxy/changelog.md @@ -9,4 +9,5 @@ so there’s no need to worry if the server hasn't been updated to 2.1.x. - Fixed buffer overflow when using AudioSender with delayed first frame. - Fixed client EncoderException on server switch caused by UDP packets sent to a client when client's server is null. - Fixed ArrayIndexOutOfBoundsException exception when using `/` command on Velocity. -- Fixed `pv.activation.*` permission is not being updated on the client without reconnect. \ No newline at end of file +- Fixed `pv.activation.*` permission is not being updated on the client without reconnect. +- Fixed permission check on BungeeCord. \ No newline at end of file