Run the interval on the clientside instead of the server side

This commit is contained in:
AlexKvazos
2015-04-30 00:42:50 -05:00
parent f3683b4e8e
commit 29467f73b3
7 changed files with 22 additions and 35 deletions
-1
View File
@@ -4,7 +4,6 @@ module.exports = function(socket) {
require('./events/login')(socket);
require('./events/spawn')(socket);
require('./events/message')(socket);
require('./events/players')(socket);
// require('./events/chat')(socket);
require('./events/end')(socket);