diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-18 02:14:35 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-18 02:14:35 +0000 |
| commit | 6d07a560a662b336b6c35105b37b6323d0c3ad8b (patch) | |
| tree | 5f8c8409a0616fccf9f8af9a91fb12fa05bae1b0 /src/game/g_protocol.def | |
| parent | c662df41eedb585412e445145b9233e20b2ffe46 (diff) | |
| download | zcatch-6d07a560a662b336b6c35105b37b6323d0c3ad8b.tar.gz zcatch-6d07a560a662b336b6c35105b37b6323d0c3ad8b.zip | |
fixed so that you can bind chat to enter and it still works
Diffstat (limited to 'src/game/g_protocol.def')
| -rw-r--r-- | src/game/g_protocol.def | 2 |
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 |