1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-22 00:11:37 +00:00

Remove LoginEvent usage in Floodgate-Spigot (#596)

This commit is contained in:
chris
2025-07-16 21:47:25 +02:00
committed by GitHub
parent 0e3163c942
commit b469c0c057
3 changed files with 5 additions and 10 deletions

View File

@@ -33,8 +33,8 @@ object Versions {
const val guiceVersion = "6.0.0"
const val nettyVersion = "4.1.49.Final"
const val snakeyamlVersion = "1.28"
const val cloudVersion = "2.0.0-SNAPSHOT" // for cloud-minecraft
const val cloudCore = "2.0.0-rc.1"
const val cloudVersion = "2.0.0-beta.11" // for cloud-minecraft
const val cloudCore = "2.0.0-rc.2"
const val bstatsVersion = "3.0.2"
const val javaWebsocketVersion = "1.5.2"