From 6e590ff18ad3ea0b09649cdd4652f83003fe70d0 Mon Sep 17 00:00:00 2001 From: SaltySnail Date: Mon, 10 Jun 2024 23:16:16 +0200 Subject: [PATCH] fix naming of the ENV --- src/TConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TConfig.cpp b/src/TConfig.cpp index 950f512..d61ff98 100644 --- a/src/TConfig.cpp +++ b/src/TConfig.cpp @@ -52,7 +52,7 @@ static constexpr std::string_view EnvStrAuthKey = "BEAMMP_AUTH_KEY"; static constexpr std::string_view StrLogChat = "LogChat"; static constexpr std::string_view EnvStrLogChat = "BEAMMP_LOG_CHAT"; static constexpr std::string_view StrAllowGuests = "AllowGuests"; -static constexpr std::string_view EnvStrAllowGuests = "BEAMMP_NO_GUESTS"; +static constexpr std::string_view EnvStrAllowGuests = "BEAMMP_ALLOW_GUESTS"; static constexpr std::string_view StrPassword = "Password"; // Misc