Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy note from settings #1712

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading