1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Deal with getLocale being nullable during login on BungeeCord (#511)

* Temporary fix for https://github.com/GeyserMC/Floodgate/issues/510, bump cloud to rc candidate

* apparently it is supposed to be nullable. okay then.
This commit is contained in:
chris
2024-05-14 17:41:00 +02:00
committed by GitHub
parent 4404c15f1a
commit f8c84182d6
3 changed files with 6 additions and 4 deletions

View File

@@ -34,7 +34,8 @@ object Versions {
const val nettyVersion = "4.1.49.Final"
const val snakeyamlVersion = "1.28"
// TODO move to cloud release once those have 1.20.5 support
const val cloudVersion = "2.0.0-20240503.183307-62" // for cloud-minecraft
const val cloudVersion = "2.0.0-beta.7" // for cloud-minecraft
const val cloudCore = "2.0.0-rc.1"
const val bstatsVersion = "3.0.2"
const val javaWebsocketVersion = "1.5.2"