mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Every time i forgot this
This commit is contained in:
parent
c117f48741
commit
da36e27b57
|
@ -313,4 +313,9 @@ Messages = [
|
||||||
NetIntAny("m_Time"),
|
NetIntAny("m_Time"),
|
||||||
NetIntRange("m_Cid", 0, 'MAX_CLIENTS-1'),
|
NetIntRange("m_Cid", 0, 'MAX_CLIENTS-1'),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
NetMessage("Sv_PlayerTeam", [
|
||||||
|
NetIntAny("m_Team"),
|
||||||
|
NetIntRange("m_Cid", 0, 'MAX_CLIENTS-1'),
|
||||||
|
]),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue