From 91bc7dea79cf8eb249d41ad47fe2f509730be10b Mon Sep 17 00:00:00 2001 From: SaltySnail <51403141+SaltySnail@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:12:23 +0200 Subject: [PATCH] Update src/TNetwork.cpp Co-authored-by: Lion --- src/TNetwork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TNetwork.cpp b/src/TNetwork.cpp index d347a37..78c8483 100644 --- a/src/TNetwork.cpp +++ b/src/TNetwork.cpp @@ -392,7 +392,7 @@ std::shared_ptr TNetwork::Authentication(TConnection&& RawConnection) { beammp_debugf("\t NotAllowedWithReason: {} \t AllowGuests: {} \t IsGuest: {}", NotAllowedWithReason, Application::Settings.AllowGuests, Client->IsGuest()); if (!NotAllowedWithReason && !Application::Settings.AllowGuests && Client->IsGuest()) { //!NotAllowedWithReason because this message has the lowest priority NotAllowedWithReason = true; - Reason = "No guests are allowed on this server! To join, sign up at; forum.beammp.com."; + Reason = "No guests are allowed on this server! To join, sign up at: forum.beammp.com."; } if (NotAllowed) {