Skip to content

Commit

Permalink
Use the right name for the instruction hook
Browse files Browse the repository at this point in the history
  • Loading branch information
DerelictDrone committed Aug 20, 2024
1 parent ca6412f commit 25fde32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/wire/cpulib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25fde32

Please sign in to comment.