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.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/datasrc/network.py b/datasrc/network.py
index 797815bd..f84f0adb 100644
--- a/datasrc/network.py
+++ b/datasrc/network.py
@@ -261,6 +261,15 @@ Messages = [
 	NetMessage("Sv_VoteClearOptions", [
 	]),
 	
+	NetMessage("Sv_VoteOptionListAdd", [
+		NetIntRange("m_NumOptions", 1, 15),
+		NetStringStrict("m_pDescription0"), NetStringStrict("m_pDescription1"),	NetStringStrict("m_pDescription2"),
+		NetStringStrict("m_pDescription3"),	NetStringStrict("m_pDescription4"),	NetStringStrict("m_pDescription5"),
+		NetStringStrict("m_pDescription6"), NetStringStrict("m_pDescription7"), NetStringStrict("m_pDescription8"),
+		NetStringStrict("m_pDescription9"), NetStringStrict("m_pDescription10"), NetStringStrict("m_pDescription11"),
+		NetStringStrict("m_pDescription12"), NetStringStrict("m_pDescription13"), NetStringStrict("m_pDescription14"),
+	]),
+
 	NetMessage("Sv_VoteOptionAdd", [
 		NetStringStrict("m_pDescription"),
 	]),