mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-04-02 02:11:42 +01:00
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"
|