about summary refs log tree commit diff
path: root/src/engine/shared/config_variables.h
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2014-11-11 23:53:24 +0100
committerdef <dennis@felsin9.de>2014-11-11 23:53:24 +0100
commit8bbbe3afb5f34f468bcbe7812360b0ed448a7b40 (patch)
treef6912500c5d68e39e85d86df87ae6c0cf8ee65e7 /src/engine/shared/config_variables.h
parentbc72324451cf82e486a11b80ec7a49a1f5ab3690 (diff)
downloadzcatch-8bbbe3afb5f34f468bcbe7812360b0ed448a7b40.tar.gz
zcatch-8bbbe3afb5f34f468bcbe7812360b0ed448a7b40.zip
Add an otpion for respawn protection
Diffstat (limited to 'src/engine/shared/config_variables.h')
-rw-r--r--src/engine/shared/config_variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/shared/config_variables.h b/src/engine/shared/config_variables.h
index b766b6c9..ee517c91 100644
--- a/src/engine/shared/config_variables.h
+++ b/src/engine/shared/config_variables.h
@@ -104,6 +104,7 @@ MACRO_CONFIG_INT(EcAuthTimeout, ec_auth_timeout, 30, 1, 120, CFGFLAG_ECON, "Time
 MACRO_CONFIG_INT(EcOutputLevel, ec_output_level, 1, 0, 2, CFGFLAG_ECON, "Adjusts the amount of information in the external console")
 
 MACRO_CONFIG_INT(SvGlobalBantime, sv_global_bantime, 60, 0, 1440, CFGFLAG_SERVER, "The time a client gets banned if the ban server reports it. 0 to disable")
+MACRO_CONFIG_INT(SvRespawnProtection, sv_respawn_protection, 1, 0, 1, CFGFLAG_SERVER, "Whether a player gets respawn protection")
 
 
 #if defined(CONF_SQL)