diff options
author | Willian Henrique <wsimanbrazil@yahoo.com.br> | 2023-05-08 18:38:48 -0300 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2023-05-21 22:11:16 +0100 |
commit | c2bb37238d02e1634242607a9079c5033138ced7 (patch) | |
tree | 0f5eea5b7feaa0ce5511231627019f7c143dcbe9 /compile.bat | |
parent | 892d99184d3969faf143d3741007b108253fa82c (diff) |
Add command to reset L4D2 vote cooldowns
In most versions of L4D2, players cannot call a vote (e.g. switch
campaign, change difficulty, restart campaign) more than once every 3
minutes. This makes resetting on a first map a pain, usually requiring
reloading the map to reset the vote state.
This new sst_l4d_vote_cooldown_reset command empties the list of
structures tracking vote callers, allowing all players to vote again
immediately. This should make resetting runs a lot easier on versions
without unlimited votes.
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 c275cb0..60dba8f 100644 --- a/compile.bat +++ b/compile.bat @@ -72,6 +72,7 @@ setlocal DisableDelayedExpansion :+ gameinfo.c
:+ hook.c
:+ kv.c
+:+ l4d2vote.c
:+ l4dwarp.c
:+ nomute.c
:+ nosleep.c
|