mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-17 13:38:18 +00:00
Fix 0.7 validation range of m_HookedPlayer in character snap items
Co-authored-by: Redix <redix@hotmail.de>
This commit is contained in:
parent
9a8541648c
commit
e25b943cfb
|
@ -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"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue