mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-02 19:29:20 +02:00
Run the interval on the clientside instead of the server side
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user