diff --git a/core/metamod.cpp b/core/metamod.cpp index f6a7078..0b56b87 100644 --- a/core/metamod.cpp +++ b/core/metamod.cpp @@ -132,9 +132,6 @@ public: virtual void SaveReturnValue(KHook::Action action, void* ptr_to_return, std::size_t return_size, void* init_op, void* delete_op, bool original) { return KHook::SaveReturnValue(action, ptr_to_return, return_size, init_op, delete_op, original); } - virtual KHook::Action GetHookAction() { - return KHook::GetHookAction(); - } } g_KHook; /* Helper Macro */ diff --git a/third_party/khook b/third_party/khook index 36bd1c7..803a6a0 160000 --- a/third_party/khook +++ b/third_party/khook @@ -1 +1 @@ -Subproject commit 36bd1c7a6638f5254c0c6253fa209403575822f1 +Subproject commit 803a6a07df64e4e75691d6f62c67f7843f043a2a