Fix more bugs

This commit is contained in:
2021-02-23 02:45:46 +00:00
parent 4b97aaf739
commit d0bfed75dd
3 changed files with 21 additions and 13 deletions
+1 -1
View File
@@ -759,7 +759,7 @@ class Game:
try:
item = self.g.window.contents[slot]
except KeyError:
item = Slot(present=False, item_id=None, item_count=None, nbt=None)
item = Slot(present=False)
print(item)
self.click_window(slot, button, mode, item)
else: