Disable chat for the first 5s (configurable) after joining a server.
This commit is contained in:
@@ -29,6 +29,8 @@ EnableGeoIP="${EnableGeoIP:-"True"}"
|
||||
EnableLintChecks="${EnableLintChecks:-"True"}"
|
||||
ShareAnonymizedIPs="${ShareAnonymizedIPs:-"True"}"
|
||||
|
||||
JoinChatDelay="${JoinChatDelay:-"5000"}"
|
||||
|
||||
SupportDir="${SupportDir:-""}"
|
||||
|
||||
while true; do
|
||||
@@ -46,5 +48,6 @@ while true; do
|
||||
Server.EnableGeoIP="$EnableGeoIP" \
|
||||
Server.EnableLintChecks="$EnableLintChecks" \
|
||||
Server.ShareAnonymizedIPs="$ShareAnonymizedIPs" \
|
||||
Server.JoinChatDelay="$JoinChatDelay" \
|
||||
Engine.SupportDir="$SupportDir"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user