mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
fix: missing damage indicators
This commit is contained in:
parent
2c76f33f93
commit
6837317993
|
@ -234,8 +234,8 @@ Objects = [
|
|||
NetEvent("Damage:Common", [ # Unused yet
|
||||
NetIntRange("m_ClientID", 0, 'MAX_CLIENTS-1'),
|
||||
NetIntAny("m_Angle"),
|
||||
NetIntRange("m_HealthAmount", 1, 9),
|
||||
NetIntRange("m_ArmorAmount", 1, 9),
|
||||
NetIntRange("m_HealthAmount", 0, 9),
|
||||
NetIntRange("m_ArmorAmount", 0, 9),
|
||||
NetBool("m_Self"),
|
||||
]),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue