mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-19 04:43:28 +02:00
Removed spawn event emitter
This commit is contained in:
@@ -5,7 +5,6 @@ module.exports = (socket) => {
|
||||
var pos = socket.mcbot.entity.position;
|
||||
socket.emit('buffer:info', 'Spawned at X:' + pos.x + ', Y:' + pos.y + ', Z:' + pos.z);
|
||||
socket.emit('bot:players', socket.mcbot.players);
|
||||
socket.emit('bot:spawn');
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user