From aa88f40978b46e5e03ed1c629149b015466a761c Mon Sep 17 00:00:00 2001 From: Jettford Date: Sun, 29 Oct 2023 19:23:43 +0000 Subject: [PATCH] Sorry, just learning how to program --- dGame/dComponents/PropertyEntranceComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dComponents/PropertyEntranceComponent.cpp b/dGame/dComponents/PropertyEntranceComponent.cpp index c1cee244..cf7685d0 100644 --- a/dGame/dComponents/PropertyEntranceComponent.cpp +++ b/dGame/dComponents/PropertyEntranceComponent.cpp @@ -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); }