removed debug garbage

This commit is contained in:
MihailRis
2024-02-18 19:07:58 +03:00
parent 526979fa0b
commit 6953724b0f
2 changed files with 1 additions and 9 deletions
-8
View File
@@ -1,11 +1,3 @@
function on_open(invid)
print("OPEN", invid)
end
function on_close(invid)
print("CLOSE", invid)
end
function inventory_share_func(invid, slotid)
inventory.set(invid, slotid, 0, 0)
end