diff --git a/src/engine/shared/config_variables.h b/src/engine/shared/config_variables.h index 985094072..0ecb63a91 100644 --- a/src/engine/shared/config_variables.h +++ b/src/engine/shared/config_variables.h @@ -360,7 +360,7 @@ MACRO_CONFIG_STR(SvClientSuggestion, sv_client_suggestion, 128, "Get DDNet clien MACRO_CONFIG_STR(SvClientSuggestionOld, sv_client_suggestion_old, 128, "Your DDNet client is old, update it on DDNet.tw!", CFGFLAG_SERVER, "Broadcast to display to players with an old version of DDNet client") MACRO_CONFIG_STR(SvClientSuggestionBot, sv_client_suggestion_bot, 128, "Your client has bots and can be remotely controlled!\nPlease use another client like DDNet client from DDNet.tw", CFGFLAG_SERVER, "Broadcast to display to players with a known botting client") MACRO_CONFIG_STR(SvBotVersionNumbers, sv_bot_version_numbers, 128, "", CFGFLAG_SERVER, "Semicolon seperated list of known bot clients to be punished by (sv_bot_punishment)") -MACRO_CONFIG_INT(SvBotPunishment, sv_bot_punishment, 1, 0, 1024, CFGFLAG_SERVER, "0=kick otherwise ban in minutes") +MACRO_CONFIG_INT(SvBotPunishment, sv_bot_punishment, 0, 0, 1024, CFGFLAG_SERVER, "0=kick otherwise ban in minutes") // netlimit MACRO_CONFIG_INT(SvNetlimit, sv_netlimit, 0, 0, 10000, CFGFLAG_SERVER, "Netlimit: Maximum amount of traffic a client is allowed to use (in kb/s)")