diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-11-03 20:19:06 +0000 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-11-03 21:25:39 +0100 |
commit | 72d418f8d13d03e8b62855799a548d15d1e49a25 (patch) | |
tree | ce2fd83f5865f57a2c5f224628010eeb598cffd6 /NorthstarDLL/logging.cpp | |
parent | ed383c982f20702dd7a75bc11186974e2a64b11a (diff) | |
download | NorthstarLauncher-72d418f8d13d03e8b62855799a548d15d1e49a25.tar.gz NorthstarLauncher-72d418f8d13d03e8b62855799a548d15d1e49a25.zip |
Fix `status` hooks (#316)v1.10.4-rc1v1.10.4
Diffstat (limited to 'NorthstarDLL/logging.cpp')
-rw-r--r-- | NorthstarDLL/logging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/logging.cpp b/NorthstarDLL/logging.cpp index 99179d26..01775428 100644 --- a/NorthstarDLL/logging.cpp +++ b/NorthstarDLL/logging.cpp @@ -252,7 +252,7 @@ void InitialiseLogging() spdlog::default_logger()->set_pattern("[%H:%M:%S] [%l] %v"); } -ON_DLL_LOAD_CLIENT_RELIESON("engine.dll", EngineSpewFuncHooks, ConVar, (CModule module)) +ON_DLL_LOAD_RELIESON("engine.dll", EngineSpewFuncHooks, ConVar, (CModule module)) { AUTOHOOK_DISPATCH_MODULE(engine.dll) |