about summary refs log tree commit diff
path: root/datasrc
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-25 12:23:44 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-25 12:23:44 +0000
commitaaaba4f4039f3643d1a040dfe1c9715be49371e2 (patch)
treec396f83ae65eaa4b0f7799eb3650de6b72276dd9 /datasrc
parent059c2ee4cb4d0860b1faf86f2f3b17511260867c (diff)
downloadzcatch-aaaba4f4039f3643d1a040dfe1c9715be49371e2.tar.gz
zcatch-aaaba4f4039f3643d1a040dfe1c9715be49371e2.zip
continued on the voting
Diffstat (limited to 'datasrc')
-rw-r--r--datasrc/network.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/datasrc/network.py b/datasrc/network.py
index 8d0bf246..318007f9 100644
--- a/datasrc/network.py
+++ b/datasrc/network.py
@@ -273,4 +273,9 @@ Messages = [
 	NetMessage("cl_vote", [
 		NetIntRange("vote", -1, 1),
 	]),
+	
+	NetMessage("cl_callvote", [
+		NetString("type"),
+		NetString("value"),
+	]),
 ]