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;