forked from noxious/server
Fixed characterhair:create
This commit is contained in:
@ -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))
|
||||
}
|
||||
|
Reference in New Issue
Block a user