1
0
forked from noxious/server

Renamed folder

This commit is contained in:
2024-12-28 22:12:59 +01:00
parent 0bc81ba4cc
commit e1ff2fefe1
49 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ export class Server {
*/
private async handleConnection(socket: TSocket) {
try {
await this.loadEventHandlers('socketEvents', '', socket)
await this.loadEventHandlers('events', '', socket)
} catch (error: any) {
this.logger.error(`Failed to load event handlers: ${error.message}`)
}