mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 17:41:50 +00:00
* Don't load CTF until it's requested (saves several seconds of init time) (#69662) * Don't load CTF until it's requested * Remove unused import * Fix voting * Don't load CTF until it's requested (saves several seconds of init time) Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
/// The number of voters required for CTF to enable
|
|
#define CTF_REQUIRED_PLAYERS 4
|
|
|
|
/// The game ID for normal ghost CTF
|
|
#define CTF_GHOST_CTF_GAME_ID "centcom"
|