Rename JoinChatDelay

This commit is contained in:
Thomas Christlieb
2023-04-14 11:49:45 +02:00
committed by abcdefg30
parent b219731173
commit 57fba4e18e
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ EnableGeoIP="${EnableGeoIP:-"True"}"
EnableLintChecks="${EnableLintChecks:-"True"}"
ShareAnonymizedIPs="${ShareAnonymizedIPs:-"True"}"
JoinChatDelay="${JoinChatDelay:-"5000"}"
FloodLimitJoinCooldown="${FloodLimitJoinCooldown:-"5000"}"
SupportDir="${SupportDir:-""}"
@@ -53,6 +53,6 @@ while true; do
Server.EnableGeoIP="$EnableGeoIP" \
Server.EnableLintChecks="$EnableLintChecks" \
Server.ShareAnonymizedIPs="$ShareAnonymizedIPs" \
Server.JoinChatDelay="$JoinChatDelay" \
Server.FloodLimitJoinCooldown="$FloodLimitJoinCooldown" \
Engine.SupportDir="$SupportDir" || :
done