1
0
forked from noxious/server

Fixed characterhair:create

This commit is contained in:
2025-01-04 22:39:26 +01:00
parent 6b12d8e7b1
commit 48784a437f
2 changed files with 4 additions and 10 deletions

View File

@ -2,7 +2,6 @@ import { BaseEvent } from '#application/base/baseEvent'
import { Item } from '#entities/item'
export default class ItemCreateEvent extends BaseEvent {
public listen(): void {
this.socket.on('gm:item:create', this.handleEvent.bind(this))
}