aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/dedicated.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-08-24 23:53:45 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-14 12:53:15 +0200
commit36088a380e345fd60d2b6f66f62521fd3f98141a (patch)
tree5c47a0406b6d67bf289a7794f19a9fe546fce6ab /NorthstarDLL/dedicated.cpp
parentc120d0cceba005f661e66d4d95c96d0458cadfeb (diff)
downloadNorthstarLauncher-36088a380e345fd60d2b6f66f62521fd3f98141a.tar.gz
NorthstarLauncher-36088a380e345fd60d2b6f66f62521fd3f98141a.zip
Rename `IsDedicated()` to `IsDedicatedServer()` (#252)
Diffstat (limited to 'NorthstarDLL/dedicated.cpp')
-rw-r--r--NorthstarDLL/dedicated.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/dedicated.cpp b/NorthstarDLL/dedicated.cpp
index f9e315d3..d2a89f6a 100644
--- a/NorthstarDLL/dedicated.cpp
+++ b/NorthstarDLL/dedicated.cpp
@@ -5,7 +5,7 @@
#include "serverauthentication.h"
#include "masterserver.h"
-bool IsDedicated()
+bool IsDedicatedServer()
{
static bool result = strstr(GetCommandLineA(), "-dedicated");
return result;