mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Merge pull request #893 from hermansimensen/master
Fix timescale being reset to styles default (fix #892)
This commit is contained in:
commit
17f563c54f
@ -1218,7 +1218,7 @@ void VelocityChanges(int data)
|
||||
|
||||
if(gA_Timers[client].fTimescale != -1.0)
|
||||
{
|
||||
SetEntPropFloat(client, Prop_Data, "m_flLaggedMovementValue", view_as<float>(gA_StyleSettings[gA_Timers[client].iStyle].fTimescale));
|
||||
SetEntPropFloat(client, Prop_Data, "m_flLaggedMovementValue", view_as<float>(gA_Timers[client].fTimescale));
|
||||
}
|
||||
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user