1
0
forked from noxious/server
This commit is contained in:
Dennis Postma 2024-07-10 21:56:27 +02:00
parent b91bc6d985
commit 2ca0d487a5

View File

@ -63,7 +63,7 @@ export class Server
await ZoneManager.boot(); await ZoneManager.boot();
// Load command manager // Load command manager
await CommandManager.boot(this.io); // await CommandManager.boot(this.io);
// Listen for socket connections // Listen for socket connections
this.io.on('connection', this.handleConnection.bind(this)); this.io.on('connection', this.handleConnection.bind(this));