mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-27 01:40:52 +01:00
Fix FurnitureBadgeDisplayLogic
This commit is contained in:
parent
54144c28c6
commit
4e46c15107
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user