about summary refs log tree commit diff
path: root/src/engine/shared/config_variables.h
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-08-14 23:15:42 +0200
committerdef <dennis@felsin9.de>2015-08-14 23:15:42 +0200
commit47e5064885a6dc700196e70aa28372b1d2bb6781 (patch)
treec87053af46041f8e0a0043f7606cd20c164ae80a /src/engine/shared/config_variables.h
parent84039565f26749a202a2e321bfcdd416c47b0559 (diff)
downloadzcatch-47e5064885a6dc700196e70aa28372b1d2bb6781.tar.gz
zcatch-47e5064885a6dc700196e70aa28372b1d2bb6781.zip
Add fifo console support for server (from DDNet)
Diffstat (limited to 'src/engine/shared/config_variables.h')
-rw-r--r--src/engine/shared/config_variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/shared/config_variables.h b/src/engine/shared/config_variables.h
index ee517c91..31713888 100644
--- a/src/engine/shared/config_variables.h
+++ b/src/engine/shared/config_variables.h
@@ -105,7 +105,7 @@ MACRO_CONFIG_INT(EcOutputLevel, ec_output_level, 1, 0, 2, CFGFLAG_ECON, "Adjusts
 
 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")
-
+MACRO_CONFIG_STR(SvInputFifo, sv_input_fifo, 128, "", CFGFLAG_SERVER, "Fifo file to use as input for server console")
 
 #if defined(CONF_SQL)
 //zCatch mysql.