From 71c10e3419a201eeae34bf004ec16708105f7e1d Mon Sep 17 00:00:00 2001 From: thecraftianman <64441307+thecraftianman@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:09:18 -0400 Subject: [PATCH] Actually remove the right hook for CFW check --- lua/acf/compatibility/conflict_checker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/acf/compatibility/conflict_checker.lua b/lua/acf/compatibility/conflict_checker.lua index 2ddc615d..905d8e7d 100644 --- a/lua/acf/compatibility/conflict_checker.lua +++ b/lua/acf/compatibility/conflict_checker.lua @@ -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