should allow reconnect on serverside disconnection

This commit is contained in:
2025-05-02 12:23:21 -05:00
parent 047684c51b
commit 83b98db914

View File

@@ -96,6 +96,7 @@ bool ClientModule::onEvent(const Archimedes::Event& event) {
// OnDisconnect // OnDisconnect
interface->CloseConnection( e.info->m_hConn, 0, nullptr, false ); interface->CloseConnection( e.info->m_hConn, 0, nullptr, false );
connection = k_HSteamNetConnection_Invalid; connection = k_HSteamNetConnection_Invalid;
stopClient();
break; break;
} }