quit event, join event now fires only once in a while for the same player

This commit is contained in:
smsteel
2019-02-08 18:29:45 +03:00
parent a58e01f7e5
commit 387ee4cb43
5 changed files with 59 additions and 46 deletions

View File

@ -1,4 +1,5 @@
export const TYPE_JOIN = 'join'
export const TYPE_QUIT = 'quit'
export const TYPE_DEATH = 'death'
/**