Skip to content

Commit cff5144

Browse files
authored
fix requestMaxValueChanges (#734)
1 parent 4103310 commit cff5144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/client/Services/Generic/ActorValueService.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ void ActorValueService::BroadcastActorValues() noexcept
138138
float oldMaxValue = actorValuesComponent.CurrentActorValues.ActorMaxValuesList[i];
139139
if (newMaxValue != oldMaxValue)
140140
{
141-
requestValueChanges.Values.insert({i, newValue});
141+
requestMaxValueChanges.Values.insert({i, newMaxValue});
142142
actorValuesComponent.CurrentActorValues.ActorMaxValuesList[i] = newMaxValue;
143143
}
144144
}

0 commit comments

Comments
 (0)