mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
Uh, not needed
This commit is contained in:
parent
b2945ac7e2
commit
46616f8b77
2 changed files with 0 additions and 11 deletions
|
@ -290,9 +290,6 @@ namespace ml_amt
|
|||
m_customProneLimit = (l_customTransform != null);
|
||||
m_proneLimit = m_customProneLimit ? Mathf.Clamp(l_customTransform.localPosition.y, 0f, 1f) : Settings.ProneLimit;
|
||||
|
||||
if(m_proneLimit > m_crouchLimit)
|
||||
Utils.Swap(ref m_proneLimit, ref m_crouchLimit);
|
||||
|
||||
l_customTransform = PlayerSetup.Instance._avatar.transform.Find("LocomotionOffset");
|
||||
m_customLocomotionOffset = (l_customTransform != null);
|
||||
m_locomotionOffset = m_customLocomotionOffset ? l_customTransform.localPosition : Vector3.zero;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue