fix: clarify username comment for future authentication improvements

This commit is contained in:
MayaTheShy
2025-11-08 17:59:06 -05:00
parent 5bdcbd03ef
commit 59093e79ba

View File

@@ -67,8 +67,7 @@ private:
bool m_useSimulation{false};
bool m_domainConnected{false};
std::string m_sessionUUID; // Our client session UUID
std::string m_username; // Domain authentication username
std::string m_password; // Domain authentication password (or token)
std::string m_username; // Domain account username (for future signature-based auth)
std::uint32_t m_sequenceNumber{0}; // Packet sequence number for NLPacket protocol
// Very small in-process world state for testing