Skip to content

Commit

Permalink
Fix Debug Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LengthenedGradient committed Feb 20, 2024
1 parent 221fa37 commit dd07b0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/acf/menu/data_callbacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ local Settings = {

ACF.AllowProcArmor = Bool
GlobalFilter["acf_armor"] = not Bool
if GlobalFilter["acf_armor"] == true then print("globalfiler parmor") end


if CLIENT and not IsValid(Player) then return end

Message("Info", "Procedural armor has been " .. (Bool and "enabled." or "disabled."))
Expand Down

0 comments on commit dd07b0d

Please sign in to comment.