From dee0a3ab26bccfecc4ba5a8305e1b197baa606cc Mon Sep 17 00:00:00 2001 From: fetsorn Date: Sun, 28 Sep 2025 01:24:54 +0300 Subject: [PATCH] Fix comment in client.h --- src/client/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/client.h b/src/client/client.h index 746db1027d..4b36472f95 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -523,7 +523,7 @@ private: // The authentication methods we can use to enter sudo mode (=change password) u32 m_sudo_auth_methods; - // The seed returned by the server in TOCLIENT_INIT is stored here + // The seed returned by the server in TOCLIENT_AUTH_ACCEPT is stored here u64 m_map_seed = 0; // Auth data