diff --git a/Source/Console/Hooks/Hooks.cpp b/Source/Console/Hooks/Hooks.cpp index 835a8452..40b7a6c9 100644 --- a/Source/Console/Hooks/Hooks.cpp +++ b/Source/Console/Hooks/Hooks.cpp @@ -106,13 +106,11 @@ namespace Aurora::Console::Hooks void Init() { - gMutex = AuThreadPrimitives::MutexUnique(); } void Deinit() { gLineFunctionalCallbacks.clear(); gLineSubscribers.clear(); - gMutex.reset(); } } \ No newline at end of file