Update collection_use_object_on_object.java

This commit is contained in:
AconiteX
2021-08-29 19:30:53 -04:00
parent 12d55a1fac
commit 7e1bf2c412

View File

@@ -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;