Files
Bubberstation/code/modules/capture_the_flag/_defines.dm
SkyratBot 2a08eaa882 [MIRROR] Don't load CTF until it's requested (saves several seconds of init time) [MDB IGNORE] (#16040)
* 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>
2022-09-04 03:33:01 +01:00

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"