aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/debugoverlay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/debugoverlay.cpp')
-rw-r--r--NorthstarDLL/debugoverlay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/debugoverlay.cpp b/NorthstarDLL/debugoverlay.cpp
index dec7353e..96da2f38 100644
--- a/NorthstarDLL/debugoverlay.cpp
+++ b/NorthstarDLL/debugoverlay.cpp
@@ -153,7 +153,7 @@ void __fastcall DrawOverlayHook(OverlayBase_t* pOverlay)
void InitialiseDebugOverlay(HMODULE baseAddress)
{
- if (IsDedicated())
+ if (IsDedicatedServer())
return;
HookEnabler hook;