From eac9658b7395a45d0b48cad340fd9ccf7bec0fde Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 29 Sep 2008 11:34:49 +0000 Subject: added voting gui and a lot of other minor changes --- datasrc/network.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'datasrc/network.py') diff --git a/datasrc/network.py b/datasrc/network.py index 318007f9..2d71abe3 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -237,7 +237,11 @@ Messages = [ NetIntRange("pass", 0, 'MAX_CLIENTS'), NetIntRange("total", 0, 'MAX_CLIENTS'), ]), - + + NetMessage("sv_maplist", [ + NetString("names"), + ]), + ### Client messages NetMessage("cl_say", [ NetBool("team"), -- cgit 1.4.1