npm run dev

This commit is contained in:
2024-09-30 22:42:46 +02:00
parent 3638e2a793
commit 4f9a1bc879
6 changed files with 26 additions and 27 deletions

View File

@ -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))