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) {