From 5705aba459e0771fbd29c60ea643cf50024b1a7e Mon Sep 17 00:00:00 2001 From: R5 Mkos <136424450+ttvmkos@users.noreply.github.com> Date: Fri, 16 Aug 2024 23:07:13 -0400 Subject: [PATCH] Update vscript_client.cpp --- src/game/client/vscript_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/client/vscript_client.cpp b/src/game/client/vscript_client.cpp index 904e0073..f3230c38 100644 --- a/src/game/client/vscript_client.cpp +++ b/src/game/client/vscript_client.cpp @@ -510,3 +510,4 @@ static ConVar serverbrowser_gamemodeFilter("serverbrowser_gamemodeFilter", "0", static ConVar promo_version_accepted("promo_version_accepted", "0", FCVAR_RELEASE, "The accepted promo version."); static ConVar player_setting_damage_closes_deathbox_menu("player_setting_damage_closes_deathbox_menu", "1", FCVAR_ARCHIVE | FCVAR_RELEASE, "Controls whether death box automatically closes when taking damage (used for menus)."); +static ConVar show_motd_on_server_first_join("show_motd_on_server_first_join", "0", FCVAR_ARCHIVE | FCVAR_RELEASE, "Controls whether or not the server message of the day shows on first join for that server.");