mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-20 06:18:11 +00:00
Update dGame/User.h
Co-authored-by: jadebenn <jadebenn@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
User& operator=(const User& other);
|
||||
bool operator==(const User& other) const;
|
||||
|
||||
uint32_t GetAccountID() const { return m_AccountID; }
|
||||
uint32_t GetAccountID() const noexcept { return m_AccountID; }
|
||||
std::string& GetUsername() { return m_Username; }
|
||||
std::string& GetSessionKey() { return m_SessionKey; }
|
||||
SystemAddress& GetSystemAddress() { return m_SystemAddress; }
|
||||
|
Reference in New Issue
Block a user