Fix 0.7 validation range of m_HookedPlayer in character snap items

Co-authored-by: Redix <redix@hotmail.de>
This commit is contained in:
ChillerDragon 2024-01-05 12:25:14 +01:00
parent 9a8541648c
commit e25b943cfb

View file

@ -152,7 +152,7 @@ Objects = [
NetIntRange("m_Direction", -1, 1),
NetIntRange("m_Jumped", 0, 3),
NetIntRange("m_HookedPlayer", 0, 'MAX_CLIENTS-1'),
NetIntRange("m_HookedPlayer", -1, 'MAX_CLIENTS-1'),
NetIntRange("m_HookState", -1, 5),
NetTick("m_HookTick"),