From 05daca60a4aba253c138ab03ea1e460fdfc38eba Mon Sep 17 00:00:00 2001 From: NicknineTheEagle Date: Thu, 24 Jul 2025 04:45:24 +0300 Subject: [PATCH] Changed SERVER_HSTEAMUSER constant to 2 --- dll/dll/common_includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/dll/common_includes.h b/dll/dll/common_includes.h index 89939fa5..60e43a41 100644 --- a/dll/dll/common_includes.h +++ b/dll/dll/common_includes.h @@ -208,7 +208,7 @@ static inline void reset_LastError() // Emulator defines #define CLIENT_HSTEAMUSER 1 -#define SERVER_HSTEAMUSER 1 +#define SERVER_HSTEAMUSER 2 #define DEFAULT_NAME "gse orca" #define DEFAULT_LANGUAGE "english"