From 25fde32c97094ecb57bb2995c538ac1313e71986 Mon Sep 17 00:00:00 2001 From: DerelictDrone Date: Tue, 20 Aug 2024 15:15:36 -0500 Subject: [PATCH] Use the right name for the instruction hook --- lua/wire/cpulib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/wire/cpulib.lua b/lua/wire/cpulib.lua index 0b8e020..e386ea5 100644 --- a/lua/wire/cpulib.lua +++ b/lua/wire/cpulib.lua @@ -893,7 +893,7 @@ if CLIENT then end end table.insert(CPULib.CreateInstructionHooks,helperCreateInstructionHook) - table.insert(CPULib.DestroyInstructionHooks,helperDestroyInstructionHook) + table.insert(CPULib.RemoveInstructionHooks,helperDestroyInstructionHook) end end) end