WebHook test
This commit is contained in:
parent
7eb1cd8dd9
commit
c8539fba95
@ -188,7 +188,7 @@ bool PlayerInventory::slotValid(InventorySlot const& slot) const {
|
|||||||
if (auto bag = bagContents(bagSlot->first)) {
|
if (auto bag = bagContents(bagSlot->first)) {
|
||||||
if ((size_t)bagSlot->second >= bag->size())
|
if ((size_t)bagSlot->second >= bag->size())
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else return false;
|
else return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user