From a0401b18c5a2b32f2a37559deebe3a94412f0980 Mon Sep 17 00:00:00 2001 From: M'Dic Date: Fri, 7 Apr 2023 17:48:45 -0400 Subject: [PATCH] update (conf): reorganized conf slightly --- conf/Anticheat.conf.dist | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/Anticheat.conf.dist b/conf/Anticheat.conf.dist index ee36eef..6390580 100644 --- a/conf/Anticheat.conf.dist +++ b/conf/Anticheat.conf.dist @@ -234,6 +234,17 @@ Anticheat.CM.IGNOREZ = 0 Anticheat.CM.SPEEDHACK = 0 +# +# Anticheat.BG.StartAreaTeleport +# +# Description: Sends player back to start position if player cheats and teleports out of start spot +# before the BG begins. +# Default: 0 - (Disabled) +# 1 - (Enabled) +# + +Anticheat.BG.StartAreaTeleport = 0 + # # Anticheat.CM.WriteLog # @@ -264,16 +275,5 @@ Anticheat.CM.ALERTSCREEN = 0 Anticheat.CM.ALERTCHAT= 0 -# -# Anticheat.BG.StartAreaTeleport -# -# Description: Sends player back to start position if player cheats and teleports out of start spot -# before the BG begins. -# Default: 0 - (Disabled) -# 1 - (Enabled) -# - -Anticheat.BG.StartAreaTeleport = 0 - # ###################################################################################################