Skip to content

Commit

Permalink
Update Anti.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ccuser44 authored Nov 26, 2021
1 parent ddde6ee commit 12deb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainModule/Server/Core/Anti.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ return function(Vargs)
)
end, warn)

if Admin.GetLevel(player) < 1 and (Core.DebugMode == true or CanRollout) then
if Admin.GetLevel(player) < Settings.Ranks.Moderators.Level and (Core.DebugMode == true or CanRollout) then
Anti.CharacterCheck(player)
end
end
Expand Down

0 comments on commit 12deb2b

Please sign in to comment.