1
0
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:
Tim203
2021-04-17 17:39:08 +02:00
parent 404419df08
commit 11b10e2857
2 changed files with 19 additions and 1 deletions

View File

@@ -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();