From 12deb2b33273d7010ea98442008808c5379aae1b Mon Sep 17 00:00:00 2001 From: ccuser44 <68124053+ccuser44@users.noreply.github.com> Date: Fri, 26 Nov 2021 15:07:26 +0200 Subject: [PATCH] Update Anti.lua --- MainModule/Server/Core/Anti.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainModule/Server/Core/Anti.lua b/MainModule/Server/Core/Anti.lua index a70d8623b8..2ee2a7bac7 100644 --- a/MainModule/Server/Core/Anti.lua +++ b/MainModule/Server/Core/Anti.lua @@ -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