This commit is contained in:
Deserty0
2025-08-13 04:48:48 +10:00
parent bd80a1eb60
commit cec07307bf
2 changed files with 8 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ public sealed class JoinQueueManager
{
Timer.Spawn(0, () => _playerManager.JoinGame(s));
// Suspicious account warning
if (_suspiciousAccountWarningLevel != "disabled")
if (_suspiciousAccountWarningLevel.ToLower() != "disabled")
{
_chatManager.SendAdminAnnouncement(Loc.GetString("cp14-suspicious-player-join-message", ("name", s.Name)));
}