We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4103310 commit cff5144Copy full SHA for cff5144
Code/client/Services/Generic/ActorValueService.cpp
@@ -138,7 +138,7 @@ void ActorValueService::BroadcastActorValues() noexcept
138
float oldMaxValue = actorValuesComponent.CurrentActorValues.ActorMaxValuesList[i];
139
if (newMaxValue != oldMaxValue)
140
{
141
- requestValueChanges.Values.insert({i, newValue});
+ requestMaxValueChanges.Values.insert({i, newMaxValue});
142
actorValuesComponent.CurrentActorValues.ActorMaxValuesList[i] = newMaxValue;
143
}
144
0 commit comments