fix(lib/inventory): use client.container

This commit is contained in:
Ryan 2025-02-23 17:19:26 -05:00
parent d7f863b680
commit 5691afaf2d
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

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