aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/miscclientfixes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/miscclientfixes.cpp')
-rw-r--r--NorthstarDLL/miscclientfixes.cpp2
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;