From: Samual Lenks Date: Fri, 23 Aug 2013 23:26:07 +0000 (-0400) Subject: Probably better to comment team check out for now X-Git-Tag: xonotic-v0.8.0~341^2~16 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=5510eb140beb04149390ec8507c30f5e2857c987 Probably better to comment team check out for now --- 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; }