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
No known key found for this signature in database
GPG key ID: 064EE9F5BF7C3EE8
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();