update (conf): reorganized conf slightly

This commit is contained in:
M'Dic
2023-04-07 17:48:45 -04:00
committed by GitHub
parent 82402b2727
commit a0401b18c5

View File

@@ -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
#
###################################################################################################