diff options
Diffstat (limited to 'NorthstarDLL/miscclientfixes.cpp')
-rw-r--r-- | NorthstarDLL/miscclientfixes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/miscclientfixes.cpp b/NorthstarDLL/miscclientfixes.cpp index 888012f1..fc57d534 100644 --- a/NorthstarDLL/miscclientfixes.cpp +++ b/NorthstarDLL/miscclientfixes.cpp @@ -27,7 +27,7 @@ void* CrashingWeaponActivityFunc1Hook(void* a1) void InitialiseMiscClientFixes(HMODULE baseAddress) { - if (IsDedicated()) + if (IsDedicatedServer()) return; HookEnabler hook; |