mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Allow skin uploader to log messages instead of closing the connection
This commit is contained in:
parent
404419df08
commit
11b10e2857
2 changed files with 19 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue