feat: update domain connect request logging to indicate handshake initiation

This commit is contained in:
MayaTheShy
2025-11-08 17:21:21 -05:00
parent a5f740d783
commit a882784ad8

View File

@@ -119,7 +119,8 @@ bool OverteClient::connect() {
// Send domain connect request to initiate handshake
// Start with domain list request - simpler packet
std::cout << "[OverteClient] Requesting domain list..." << std::endl;
std::cout << "[OverteClient] Initiating domain handshake..." << std::endl;
sendDomainConnectRequest();
sendDomainListRequest();
m_useSimulation = (std::getenv("STARWORLD_SIMULATE") != nullptr);