Rename JoinChatDelay
This commit is contained in:
committed by
abcdefg30
parent
b219731173
commit
57fba4e18e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user