diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-05 19:13:54 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-05 19:13:54 +0000 |
commit | 753dda6231bbb2adf585bbc916c0b220e816fcdc (patch) | |
tree | f668854844b1daa45fc24cf40aee5e27cc2be227 /NorthstarDedicatedTest/masterserver.h | |
parent | 6fcd21e42f6d6576a9a7aa98d75f03f0ad9b474d (diff) | |
download | NorthstarLauncher-753dda6231bbb2adf585bbc916c0b220e816fcdc.tar.gz NorthstarLauncher-753dda6231bbb2adf585bbc916c0b220e816fcdc.zip |
refactor to allow servers to reregister themselves in heartbeat
Diffstat (limited to 'NorthstarDedicatedTest/masterserver.h')
-rw-r--r-- | NorthstarDedicatedTest/masterserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/masterserver.h b/NorthstarDedicatedTest/masterserver.h index d3c83052..d7071b6c 100644 --- a/NorthstarDedicatedTest/masterserver.h +++ b/NorthstarDedicatedTest/masterserver.h @@ -72,6 +72,8 @@ public: char m_ownServerAuthToken[33]; char m_ownClientAuthToken[33]; + std::string m_ownModInfoJson; + bool m_bOriginAuthWithMasterServerDone = false; bool m_bOriginAuthWithMasterServerInProgress = false; |