about summary refs log tree commit diff
path: root/src/game/g_protocol.def
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-22 11:45:48 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-22 11:45:48 +0000
commit7797a651676ec47ab79222210f50c5aa4da80d7f (patch)
tree41bbd5f147fe6afc250522266abc4d7d6e2a270c /src/game/g_protocol.def
parentbede40f27d36f71014d7f4f3a1f1ae14f52caf0c (diff)
downloadzcatch-7797a651676ec47ab79222210f50c5aa4da80d7f.tar.gz
zcatch-7797a651676ec47ab79222210f50c5aa4da80d7f.zip
changed the bindings commands to bind, unbind and dump_binds. added broadcast messages. fixed so that cl_editor works
Diffstat (limited to 'src/game/g_protocol.def')
-rw-r--r--src/game/g_protocol.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/g_protocol.def b/src/game/g_protocol.def
index c832fb14..6f3a3b14 100644
--- a/src/game/g_protocol.def
+++ b/src/game/g_protocol.def
@@ -202,6 +202,10 @@ message sv_chat
 	string message
 end
 
+message sv_broadcast
+	string message
+end
+
 message sv_setinfo
 	range(0,MAX_CLIENTS-1) cid
 	string name