test
This commit is contained in:
@ -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));
|
||||||
|
Reference in New Issue
Block a user