From 840f9b9f9dd9b96f49aed764bfd1ea4323e42e3a Mon Sep 17 00:00:00 2001 From: pedrotski <58076186+pedrotski@users.noreply.github.com> Date: Sun, 19 Jan 2025 06:59:35 +0800 Subject: [PATCH] Update src/TConfig.cpp Co-authored-by: Tixx <83774803+WiserTixx@users.noreply.github.com> --- src/TConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TConfig.cpp b/src/TConfig.cpp index 9931324..0c902a8 100644 --- a/src/TConfig.cpp +++ b/src/TConfig.cpp @@ -62,7 +62,7 @@ static constexpr std::string_view StrPassword = "Password"; // Misc static constexpr std::string_view StrHideUpdateMessages = "ImScaredOfUpdates"; -static constexpr std::string_view EnvStrHideUpdateMessages = "BEAMMP_HIDE_UPDATE_MESSAGES"; +static constexpr std::string_view EnvStrHideUpdateMessages = "BEAMMP_IM_SCARED_OF_UPDATES"; static constexpr std::string_view StrUpdateReminderTime = "UpdateReminderTime"; static constexpr std::string_view EnvStrUpdateReminderTime = "BEAMMP_UPDATE_REMINDER_TIME";