pvp queue join messages
This commit is contained in:
@@ -223,8 +223,8 @@ function createSocket(events) {
|
||||
ItemInfo: onItemInfo,
|
||||
Pong: onPong,
|
||||
|
||||
QueueRequested: () => console.log('pvp queue request received'),
|
||||
QueueJoined: () => console.log('you have joined the pvp queue'),
|
||||
QueueRequested: () => events.notify('pvp queue request received'),
|
||||
QueueJoined: () => events.notify('you have joined the pvp queue'),
|
||||
|
||||
Error: errHandler,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user