mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-22 16:29:25 +00:00
Allow skin uploader to log messages instead of closing the connection
This commit is contained in:
@@ -30,7 +30,8 @@ public enum WebsocketEventType {
|
||||
SUBSCRIBERS_COUNT,
|
||||
ADDED_TO_QUEUE,
|
||||
SKIN_UPLOADED,
|
||||
CREATOR_DISCONNECTED;
|
||||
CREATOR_DISCONNECTED,
|
||||
LOG_MESSAGE;
|
||||
|
||||
public static final WebsocketEventType[] VALUES = values();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user