diff options
Diffstat (limited to 'NorthstarDLL/dedicated.h')
-rw-r--r-- | NorthstarDLL/dedicated.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/dedicated.h b/NorthstarDLL/dedicated.h index 51630025..0a2d247e 100644 --- a/NorthstarDLL/dedicated.h +++ b/NorthstarDLL/dedicated.h @@ -1,6 +1,6 @@ #pragma once -bool IsDedicated(); +bool IsDedicatedServer(); void InitialiseDedicated(HMODULE moduleAddress); void InitialiseDedicatedOrigin(HMODULE baseAddress); |