diff options
author | 2025-02-11 17:48:49 -0500 | |
---|---|---|
committer | 2025-04-06 20:59:36 +0100 | |
commit | f03e7c515d285e0efff2a09dacba48120778614a (patch) | |
tree | 88a8d7f523e7bc354e2600bf4276f3692aba21a4 /compile.bat | |
parent | 31d5cd8bb68276353edc4e79e8b58eaf86b61630 (diff) | |
download | sst-f03e7c515d285e0efff2a09dacba48120778614a.tar.gz sst-f03e7c515d285e0efff2a09dacba48120778614a.zip |
Add feature to remove the chat rate limit
This probably works for basically every game, but it was only tested for
L4D/L4D2/L4D:S/Portal 2.
Diffstat (limited to 'compile.bat')
-rw-r--r-- | compile.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.bat b/compile.bat index 20df825..bcb98f2 100644 --- a/compile.bat +++ b/compile.bat @@ -69,6 +69,7 @@ setlocal DisableDelayedExpansion :+ bind.c
:+ clientcon.c
:+ con_.c
+:+ chatrate.c
:+ chunklets/fastspin.c
:+ chunklets/msg.c
:+ crypto.c
|