mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
shouldn't have edited this
This commit is contained in:
parent
3556830b9a
commit
aa6852c758
|
@ -160,7 +160,7 @@ Objects = [
|
|||
NetIntRange("m_AmmoCount", 0, 10),
|
||||
NetIntRange("m_Weapon", 0, 'NUM_WEAPONS-1'),
|
||||
NetIntRange("m_Emote", 0, len(Emotes)),
|
||||
NetIntRange("m_AttackTick", 0, 'max_int')
|
||||
NetIntRange("m_AttackTick", 0, 'max_int'),
|
||||
]),
|
||||
|
||||
NetObject("PlayerInfo", [
|
||||
|
|
Loading…
Reference in a new issue