From c3d20c8409a35772e371129d015913b7f08743fc Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 24 Aug 2022 23:53:45 +0100 Subject: Rename `IsDedicated()` to `IsDedicatedServer()` (#252) --- NorthstarDLL/dedicated.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NorthstarDLL/dedicated.h') 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); -- cgit v1.2.3