fix inventory.move_range

This commit is contained in:
MihailRis
2025-03-18 03:45:20 +03:00
parent 9e7bf705f2
commit f5a4b5ca79
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
Inventory(int64_t id, size_t size);
Inventory(const Inventory& orig);
explicit Inventory(const Inventory& orig);
ItemStack& getSlot(size_t index);
size_t findEmptySlot(size_t begin = 0, size_t end = -1) const;