diff options
| -rw-r--r-- | source2-basehook/Base.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source2-basehook/Base.cpp b/source2-basehook/Base.cpp index 2715d01..c350125 100644 --- a/source2-basehook/Base.cpp +++ b/source2-basehook/Base.cpp @@ -37,7 +37,6 @@ void Base::InitInterfaces() VMTHook* Panel = nullptr; VMTHook* ClientMode = nullptr; -VMTHook* IsInGame = nullptr; void Base::InitHooks() { @@ -51,5 +50,4 @@ void Base::InitHooks() OriginalLevelInit = ClientMode->HookFunction<oLevelInit>(33, hkLevelInit); Msg(Color(0, 0, 0, 255), "Hooks initialized \n"); -} - +}
\ No newline at end of file |