From 5e262c573ac91753278d3fb63ddc272852d73902 Mon Sep 17 00:00:00 2001 From: jenz Date: Fri, 24 Jul 2026 10:01:37 +0100 Subject: [PATCH] copy pasting the password from the forward back to the connect extension so that the webclient can have it be used --- extension/extension.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extension/extension.cpp b/extension/extension.cpp index 8c4037d..5ddbf0b 100644 --- a/extension/extension.cpp +++ b/extension/extension.cpp @@ -596,6 +596,8 @@ DETOUR_DECL_MEMBER9(CBaseServer__ConnectClient, IClient*, netadr_t&, address, in } pchPassword = passwordBuffer; + //overwrite it to the storage so the webclient can use its value assigned by nosteam celt plugin inside the SetSteamID detour. + V_strncpy(Storage.pchPassword, passwordBuffer, sizeof(Storage.pchPassword)); // k_OnClientPreConnectEx_Reject if (retVal == 0) {