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:
@@ -101,7 +101,7 @@ final class SkinUploadSocket extends WebSocketClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case SUBSCRIBERS_COUNT:
|
case SUBSCRIBER_COUNT:
|
||||||
subscribersCount = message.get("subscribers_count").getAsInt();
|
subscribersCount = message.get("subscribers_count").getAsInt();
|
||||||
break;
|
break;
|
||||||
case SKIN_UPLOADED:
|
case SKIN_UPLOADED:
|
||||||
|
|||||||
Reference in New Issue
Block a user