WebHook test

This commit is contained in:
Kae 2023-10-31 05:59:52 +11:00
parent 7eb1cd8dd9
commit c8539fba95

View File

@ -188,7 +188,7 @@ bool PlayerInventory::slotValid(InventorySlot const& slot) const {
if (auto bag = bagContents(bagSlot->first)) {
if ((size_t)bagSlot->second >= bag->size())
return false;
}
}
else return false;
}
return true;