mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix mistake
Should be 'm_lastUCmdSimulationRemainderTime' instead of 'm_totalExtraClientCmdTimeAttempted'.
This commit is contained in:
parent
54f08bd887
commit
b2ffab07c3
@ -73,7 +73,7 @@ void CPlayer::SetLastUCmdSimulationRemainderTime(float flRemainderTime)
|
|||||||
_InterlockedOr16(g_pGlobals->m_pUnk0 + nEdict + 32, 0x200u);
|
_InterlockedOr16(g_pGlobals->m_pUnk0 + nEdict + 32, 0x200u);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_totalExtraClientCmdTimeAttempted = flRemainderTime;
|
m_lastUCmdSimulationRemainderTime = flRemainderTime;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user