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

Made Floodgate compatible with the latest Geyser common changes

This commit is contained in:
Tim203
2021-06-05 23:17:15 +02:00
parent 17810baa0d
commit 4403868633

View File

@@ -101,7 +101,7 @@ final class SkinUploadSocket extends WebSocketClient {
}
switch (type) {
case SUBSCRIBERS_COUNT:
case SUBSCRIBER_COUNT:
subscribersCount = message.get("subscribers_count").getAsInt();
break;
case SKIN_UPLOADED: