about summary refs log tree commit diff
path: root/datasrc/network.py
diff options
context:
space:
mode:
Diffstat (limited to 'datasrc/network.py')
-rw-r--r--datasrc/network.py5
1 files changed, 2 insertions, 3 deletions
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", [