Skip to content

Commit f985702

Browse files
authored
Fix model handling - #3898 (#3899)
Fix handling
1 parent 865646f commit f985702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/mods/deathmatch/logic/CStaticFunctionDefinitions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5589,7 +5589,7 @@ bool CStaticFunctionDefinitions::SetModelHandling(std::uint32_t model, eHandling
55895589
if (!pEntry)
55905590
return false;
55915591

5592-
if (SetEntryHandling(pEntry, eProperty, fValue))
5592+
if (!SetEntryHandling(pEntry, eProperty, fValue))
55935593
return false;
55945594

55955595
m_HandlingManager->SetModelHandlingHasChanged(model, true);

0 commit comments

Comments
 (0)