From 7e1bf2c4124762c77baac870566cadc554e4a67a Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sun, 29 Aug 2021 19:30:53 -0400 Subject: [PATCH] Update collection_use_object_on_object.java --- .../systems/collections/collection_use_object_on_object.java | 1 + 1 file changed, 1 insertion(+) diff --git a/sku.0/sys.server/compiled/game/script/systems/collections/collection_use_object_on_object.java b/sku.0/sys.server/compiled/game/script/systems/collections/collection_use_object_on_object.java index 74abb8afb..c3f52ba69 100755 --- a/sku.0/sys.server/compiled/game/script/systems/collections/collection_use_object_on_object.java +++ b/sku.0/sys.server/compiled/game/script/systems/collections/collection_use_object_on_object.java @@ -63,6 +63,7 @@ public class collection_use_object_on_object extends script.base_script public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException { + sendDirtyObjectMenuNotification(self); if (item != menu_info_types.ITEM_USE) { return SCRIPT_CONTINUE;