WebHook test againnn

This commit is contained in:
Kae 2023-10-31 06:02:25 +11:00
parent ad8c17e338
commit a0272c2189

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;