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