Sorry, just learning how to program

This commit is contained in:
Jettford 2023-10-29 19:23:43 +00:00
parent 86e09bac9b
commit aa88f40978

View File

@ -179,7 +179,7 @@ void PropertyEntranceComponent::OnPropertyEntranceSync(Entity* entity, bool incl
this->m_UserRequestedCloneMap[entity->GetObjectID()] = propertyIdsSlice;
GameMessages::SendPropertySelectQuery(m_Parent->GetObjectID(), startIndex, propertyIds.size() - (startIndex + numResults) > 0, character->GetPropertyCloneID(), false, true, entries, sysAddr);
GameMessages::SendPropertySelectQuery(m_Parent->GetObjectID(), startIndex, propertyIds.size() > propertyIdsSlice.size() + startIndex, character->GetPropertyCloneID(), false, true, entries, sysAddr);
}