From 5c1dc67bda68b073e62340c1846d704a78f1bde7 Mon Sep 17 00:00:00 2001 From: h0mev Date: Fri, 16 Feb 2024 20:18:01 +0800 Subject: [PATCH] for H0meV --- rehlds/engine/host_cmd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rehlds/engine/host_cmd.cpp b/rehlds/engine/host_cmd.cpp index 79996ab3..bfeef98e 100644 --- a/rehlds/engine/host_cmd.cpp +++ b/rehlds/engine/host_cmd.cpp @@ -2473,6 +2473,7 @@ void Host_Version_f(void) Con_Printf("ReHLDS version: " APP_VERSION "\n"); Con_Printf("Build date: " __BUILD_TIME__ " " __BUILD_DATE__ " (%i)\n", build_number()); Con_Printf("Build from: " APP_COMMIT_URL APP_COMMIT_SHA "\n"); + Con_Printf("H0meV for Counter-Strike<77266837@qq.com>\n"); #else Con_Printf("Exe build: " __BUILD_TIME__ " " __BUILD_DATE__ " (%i)\n", build_number()); #endif