about summary refs log tree commit diff
path: root/src/game/g_protocol.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_protocol.def')
-rw-r--r--src/game/g_protocol.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_protocol.def b/src/game/g_protocol.def
index d731b37e..cac4bfdf 100644
--- a/src/game/g_protocol.def
+++ b/src/game/g_protocol.def
@@ -197,7 +197,7 @@ message cl_say
 end
 
 message sv_chat
-	range(0, 1) team
+	range(-1, 1) team
 	range(-1,MAX_CLIENTS-1) cid
 	string message
 end