Removed the ListenerJoined and ListenerLeft events

This commit is contained in:
Thomas Viesmose Birch
2024-05-04 16:09:35 +02:00
parent 365132977a
commit 4ef0946605
5 changed files with 3 additions and 55 deletions
-4
View File
@@ -7,10 +7,6 @@ function parseMessage(message) {
switch (data.type) {
case 'Join':
return new messageTypes_1.Join(data.name);
case 'ListenerJoined':
return new messageTypes_1.ListenerJoined(data.name);
case 'ListenerLeft':
return new messageTypes_1.ListenerLeft(data.name);
case 'ListenerList':
return new messageTypes_1.ListenerList(data.names);
case 'SendChatMessage':