Skip to content

Commit

Permalink
Remove legacy note from settings (#1712)
Browse files Browse the repository at this point in the history
* Remove legacy note

* Remove legacy note
  • Loading branch information
ccuser44 authored Nov 14, 2024
1 parent d306d8f commit 7fe57d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Loader/Config/Settings.luau
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ settings.AntiNoclip = false -- (Default: false) Attempts to detect noclippin
settings.AntiRootJointDeletion = false -- (Default: false) Attempts to detect paranoid and kills the player if found.
settings.AntiMultiTool = false -- (Default: false) Prevents multitool and because of that many other exploits.
settings.AntiGod = false -- (Default: false) If a player does not respawn when they should have they get respawned.
-- settings.AntiHumanoidDeletion and settings.ProtectHats have been superseded by Workspace.RejectCharacterDeletions.

settings.AntiSpeed = false -- (Default: false) (Client-Sided) Attempts to detect speed exploits.
settings.AntiBuildingTools = false -- (Default: false) (Client-Sided) Attempts to detect any HopperBin(s)/Building Tools added to the client.
Expand Down
1 change: 0 additions & 1 deletion MainModule/Server/Dependencies/DefaultSettings.luau
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ settings.AntiNoclip = false -- (Default: false) Attempts to detect noclippin
settings.AntiRootJointDeletion = false -- (Default: false) Attempts to detect paranoid and kills the player if found.
settings.AntiMultiTool = false -- (Default: false) Prevents multitool and because of that many other exploits.
settings.AntiGod = false -- (Default: false) If a player does not respawn when they should have they get respawned.
-- settings.AntiHumanoidDeletion and settings.ProtectHats have been superseded by Workspace.RejectCharacterDeletions.

settings.AntiSpeed = false -- (Default: false) (Client-Sided) Attempts to detect speed exploits.
settings.AntiBuildingTools = false -- (Default: false) (Client-Sided) Attempts to detect any HopperBin(s)/Building Tools added to the client.
Expand Down

0 comments on commit 7fe57d7

Please sign in to comment.