1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-04 15:31:48 +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

@@ -15,8 +15,7 @@ dependencies {
api("com.nukkitx.fastutil", "fastutil-short-object-maps", Versions.fastutilVersion)
api("com.nukkitx.fastutil", "fastutil-int-object-maps", Versions.fastutilVersion)
api("org.java-websocket", "Java-WebSocket", Versions.javaWebsocketVersion)
// TODO move to cloud release
api("org.incendo", "cloud-core", "2.0.0-20240503.181645-64")
api("org.incendo", "cloud-core", Versions.cloudCore)
api("org.bstats", "bstats-base", Versions.bstatsVersion)
}