Skip to content

Commit

Permalink
Actually remove the right hook for CFW check
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Oct 13, 2024
1 parent c238703 commit 71c10e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/compatibility/conflict_checker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ timer.Simple(1, function()
local PrintFunc = CLIENT and Messages.PrintChat or Messages.PrintLog
PrintFunc("Warning", "Contraption Framework is not installed! ACF will not work correctly! Install it at https://steamcommunity.com/sharedfiles/filedetails/?id=3154971187")

hook.Remove("CreateMove", "ACF Version Conflict")
hook.Remove("CreateMove", "ACF CFW Requirement")
end
end)
end
Expand Down

0 comments on commit 71c10e3

Please sign in to comment.