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

1
utility.js Normal file
View File

@ -0,0 +1 @@
export const currentTime = () => Math.round(new Date().getTime() / 1000)