aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/plugins.cpp
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-09-08 00:16:19 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-14 12:55:09 +0200
commit6b84f1d4e37dfcca2e48acd5a3968707c23d568b (patch)
tree24cb7c1c2ea0aaad52fb50f19890583be686ca0c /NorthstarDLL/plugins.cpp
parentdf4e37f4d9f81b3956a54cb52b21dd669c909b1d (diff)
downloadNorthstarLauncher-1.9.7-rc1.tar.gz
NorthstarLauncher-1.9.7-rc1.zip
Rename some members of MasterServerManager (#266)v1.9.7-rc1
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/plugins.cpp')
-rw-r--r--NorthstarDLL/plugins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/plugins.cpp b/NorthstarDLL/plugins.cpp
index 70535a32..57701fcd 100644
--- a/NorthstarDLL/plugins.cpp
+++ b/NorthstarDLL/plugins.cpp
@@ -192,7 +192,7 @@ SQRESULT SQ_SetConnected(void* sqvm)
SQRESULT SQ_UpdateListenServer(void* sqvm)
{
AcquireSRWLockExclusive(&serverInfoLock);
- serverInfo.id = g_MasterServerManager->m_ownServerId;
+ serverInfo.id = g_MasterServerManager->m_sOwnServerId;
serverInfo.password = Cvar_ns_server_password->GetString();
ReleaseSRWLockExclusive(&serverInfoLock);
return SQRESULT_NOTNULL;