From 5510eb140beb04149390ec8507c30f5e2857c987 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 23 Aug 2013 19:26:07 -0400 Subject: [PATCH] Probably better to comment team check out for now --- qcsrc/common/notifications.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 4683d1b2d8..b2fcad144e 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -106,7 +106,7 @@ string Notification_CheckArgs( case NOTIF_TEAM: { if not(teamplay) { checkargs = sprintf("%sTeamplay not active!", checkargs); } - else if not(client.team) { checkargs = sprintf("%sNo team provided!", checkargs); } + //else if not(client.team) { checkargs = sprintf("%sNo team provided!", checkargs); } break; } -- 2.39.2