Gotta use server remote checksum in hoststate.

This commit is contained in:
IcePixelx 2022-01-20 16:09:58 +01:00
parent 3be02f949b
commit c3171b6ad4

View File

@ -32,7 +32,7 @@ void KeepAliveToPylon()
// BUG BUG: Checksum is null on dedi
// ADDITIONAL NOTES: seems to be related to scripts, this also happens when the listen server is started but the client from the same process never connects.
// Checksum only gets set on the server if the client from its own process connects to it.
std::to_string(*g_nClientRemoteChecksum),
std::to_string(*g_nServerRemoteChecksum),
std::string(),
g_szNetKey.c_str()
}