diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-29 23:26:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 23:26:01 +0000 |
commit | cd1631d782b1a1e4f6840e3964617bac95814dec (patch) | |
tree | c6ca9b1842fd5ca4bcbd537a818249fe2a5f2b81 /NorthstarDedicatedTest/dllmain.cpp | |
parent | b9c611229e87075bd64ac2b8b8e8a736723daeca (diff) | |
parent | 800b2a7dbd9c344873841e225407b3fcd6d29fe0 (diff) | |
download | NorthstarLauncher-cd1631d782b1a1e4f6840e3964617bac95814dec.tar.gz NorthstarLauncher-cd1631d782b1a1e4f6840e3964617bac95814dec.zip |
Merge pull request #60 from HappyDOGE/main
Add TextMsg logging
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index dad0d3ee..2b5a65fa 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -116,6 +116,7 @@ bool InitialiseNorthstar() AddDllLoadCallback("engine.dll", InitialiseScriptExternalBrowserHooks); AddDllLoadCallback("client.dll", InitialiseScriptMainMenuPromos); AddDllLoadCallback("client.dll", InitialiseMiscClientFixes); + AddDllLoadCallback("client.dll", InitialiseClientPrintHooks); } AddDllLoadCallback("engine.dll", InitialiseEngineSpewFuncHooks); |