npm run dev
This commit is contained in:
@ -74,7 +74,7 @@ export class Server {
|
||||
await CharacterManager.boot()
|
||||
|
||||
// Load command manager
|
||||
await CommandManager.boot(this.io);
|
||||
await CommandManager.boot(this.io)
|
||||
|
||||
// Listen for socket connections
|
||||
this.io.on('connection', this.handleConnection.bind(this))
|
||||
|
Reference in New Issue
Block a user