From 8ad3def65ea79f66c7508c219e05da3e5e117fe9 Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 25 Mar 2011 09:49:21 +0100 Subject: added aliases for votes. Closes #144 --- datasrc/network.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'datasrc/network.py') diff --git a/datasrc/network.py b/datasrc/network.py index ea2a034b..6bfaeea3 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -262,13 +262,12 @@ Messages = [ ]), NetMessage("Sv_VoteOption", [ - NetStringStrict("m_pCommand"), + NetStringStrict("m_pDescription"), ]), NetMessage("Sv_VoteSet", [ NetIntRange("m_Timeout", 0, 60), - NetStringStrict("m_pDescription"), - NetStringStrict("m_pCommand"), + NetStringStrict("m_pDescription") ]), NetMessage("Sv_VoteStatus", [ -- cgit 1.4.1