diff options
author | Emma Miler <27428383+emma-miler@users.noreply.github.com> | 2022-06-15 01:10:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 01:10:39 +0200 |
commit | d9f39f14fa0b0e8d025a8deef1d0c85da89c31f6 (patch) | |
tree | f592344f35a3aac50109170a4f1aae08b341f686 /NorthstarDedicatedTest/dllmain.cpp | |
parent | c5725b7855ea211af05963d5b5c8217a906dd9f9 (diff) | |
download | NorthstarLauncher-d9f39f14fa0b0e8d025a8deef1d0c85da89c31f6.tar.gz NorthstarLauncher-d9f39f14fa0b0e8d025a8deef1d0c85da89c31f6.zip |
Fix bug where emit wouldn't be blocked if uppercase (#192)v1.8.1-rc2
* Fix bug where emit wouldnt be blocked if uppercase
* Moved emit blocker to ExploitFixes.cpp
* Format change
* Use `strnicmp` instead of a custom functions
* Resolve merge conflicts
* Format changes
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index 98ac97bd..5e747ec5 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -289,7 +289,6 @@ bool InitialiseNorthstar() // activate exploit fixes AddDllLoadCallback("server.dll", ExploitFixes::LoadCallback); - AddDllLoadCallback("server.dll", InitialiseServerEmit_Blocker); // run callbacks for any libraries that are already loaded by now CallAllPendingDLLLoadCallbacks(); |