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.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/datasrc/network.py b/datasrc/network.py
index 911672a6..797815bd 100644
--- a/datasrc/network.py
+++ b/datasrc/network.py
@@ -261,7 +261,11 @@ Messages = [
 	NetMessage("Sv_VoteClearOptions", [
 	]),
 	
-	NetMessage("Sv_VoteOption", [
+	NetMessage("Sv_VoteOptionAdd", [
+		NetStringStrict("m_pDescription"),
+	]),
+
+	NetMessage("Sv_VoteOptionRemove", [
 		NetStringStrict("m_pDescription"),
 	]),