Skip to content

Commit

Permalink
Update Anti_Cheat.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
coasterteam committed Mar 11, 2024
1 parent 09ce96e commit 52e0ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MainModule/Client/Plugins/Anti_Cheat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ return function(Vargs)
if
not string.find(string.lower(Message), "failed to load", 1, true) and
not string.find(string.lower(Message), "meshcontentprovider failed to process", 1, true) and
not string.find(string.lower(Message), "unknown 'active' animation:", 1, true) and
(string.match(string.lower(Message), string.lower(v)) or string.match(Message, v))
then
return true
Expand Down

0 comments on commit 52e0ab8

Please sign in to comment.