More work on commands / sending notifications
This commit is contained in:
@ -66,7 +66,7 @@ export class Server
|
||||
await ZoneManager.boot();
|
||||
|
||||
// Load command manager
|
||||
await CommandManager.boot();
|
||||
await CommandManager.boot(this.io);
|
||||
|
||||
// Listen for socket connections
|
||||
this.io.on('connection', this.handleConnection.bind(this));
|
||||
|
Reference in New Issue
Block a user