mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-01 18:58:27 +02:00
Core vanilla functionality
The client now understands chat events, command usage events, death events, teleport events, and join/leave events
This commit is contained in:
@@ -4,6 +4,7 @@ module.exports = function(socket) {
|
||||
require('./events/login')(socket);
|
||||
require('./events/spawn')(socket);
|
||||
require('./events/message')(socket);
|
||||
// require('./events/chat')(socket);
|
||||
require('./events/end')(socket);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user