Skip to content

Commit

Permalink
Update Process.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceleratis committed Jul 23, 2021
1 parent f53ca29 commit 6c69023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainModule/Server/Core/Process.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ return function(Vargs)
Anti.Detected(p, "Kick", (tostring(com) ~= "BadMemes" and tostring(com)) or tostring(select(1, ...)))
elseif cliData and type(cliData) ~= "table" then
Anti.Detected(p, "Kick", "Invalid Client Data (r10002)")
elseif cliData and keys and cliData.Module ~= keys.Module then
Anti.Detected(p, "Kick", "Invalid Client Module (r10006)")
--elseif cliData and keys and cliData.Module ~= keys.Module then
-- Anti.Detected(p, "Kick", "Invalid Client Module (r10006)")
else
local args = {...}
local rateLimitCheck = RateLimit(p, "Remote")
Expand Down

0 comments on commit 6c69023

Please sign in to comment.