Every time i forgot this

This commit is contained in:
btd 2010-09-12 00:57:30 +04:00
parent c117f48741
commit da36e27b57

View file

@ -313,4 +313,9 @@ Messages = [
NetIntAny("m_Time"),
NetIntRange("m_Cid", 0, 'MAX_CLIENTS-1'),
]),
NetMessage("Sv_PlayerTeam", [
NetIntAny("m_Team"),
NetIntRange("m_Cid", 0, 'MAX_CLIENTS-1'),
]),
]