fix(lib/inventory): use client.container

This commit is contained in:
2025-02-23 17:19:26 -05:00
parent d7f863b680
commit 5691afaf2d

View File

@@ -17,7 +17,7 @@ function steal(item_name)
end
container = nil
while client.open_container do
while client.container do
sleep(50)
end
end