Fix FurnitureBadgeDisplayLogic

This commit is contained in:
MyNameIsBatman 2021-09-03 02:44:44 -03:00
parent 54144c28c6
commit 4e46c15107

View File

@ -12,7 +12,7 @@ export class FurnitureBadgeDisplayLogic extends FurnitureLogic
{ {
public getEventTypes(): string[] public getEventTypes(): string[]
{ {
const types = [ RoomObjectBadgeAssetEvent.LOAD_BADGE ]; const types = [ RoomObjectWidgetRequestEvent.BADGE_DISPLAY_ENGRAVING, RoomObjectBadgeAssetEvent.LOAD_BADGE ];
return this.mergeTypes(super.getEventTypes(), types); return this.mergeTypes(super.getEventTypes(), types);
} }