aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/dedicated.cpp
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-09-08 00:16:19 +0200
committerGitHub <noreply@github.com>2022-09-07 23:16:19 +0100
commit4d6452865eb3e2b2abec3f5afe9de66ca7f1855b (patch)
tree3c43092b76ea352ca35d3e760439cbfbda0ae410 /NorthstarDLL/dedicated.cpp
parent7aa2008ea5a38f66a0b25bb23fa35db6fc2d1d16 (diff)
downloadNorthstarLauncher-4d6452865eb3e2b2abec3f5afe9de66ca7f1855b.tar.gz
NorthstarLauncher-4d6452865eb3e2b2abec3f5afe9de66ca7f1855b.zip
Rename some members of MasterServerManager (#266)
This is basically 9ab7c43c34183915273cc8b5ccedd72568249b27 from refactor but without the debug build crash fix as that was introduced in a commit in refactor not present on main Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
Diffstat (limited to 'NorthstarDLL/dedicated.cpp')
-rw-r--r--NorthstarDLL/dedicated.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/dedicated.cpp b/NorthstarDLL/dedicated.cpp
index d2a89f6a..e6394aee 100644
--- a/NorthstarDLL/dedicated.cpp
+++ b/NorthstarDLL/dedicated.cpp
@@ -30,7 +30,7 @@ struct CDedicatedExports
void Sys_Printf(CDedicatedExports* dedicated, const char* msg)
{
- spdlog::info("[DEDICATED PRINT] {}", msg);
+ spdlog::info("[DEDICATED SERVER] {}", msg);
}
typedef void (*CHostState__InitType)(CHostState* self);
@@ -81,7 +81,7 @@ void RunServer(CDedicatedExports* dedicated)
SetConsoleTitleA(fmt::format(
"{} - {} {}/{} players ({})",
- g_MasterServerManager->ns_auth_srvName,
+ g_MasterServerManager->m_sUnicodeServerName,
g_pHostState->m_levelName,
g_ServerAuthenticationManager->m_additionalPlayerData.size(),
maxPlayers,