]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Probably better to comment team check out for now
authorSamual Lenks <samual@xonotic.org>
Fri, 23 Aug 2013 23:26:07 +0000 (19:26 -0400)
committerSamual Lenks <samual@xonotic.org>
Fri, 23 Aug 2013 23:26:07 +0000 (19:26 -0400)
qcsrc/common/notifications.qc

index 4683d1b2d838f9321be66b2268d8ee7572c7094e..b2fcad144e7b8e0efca11b1fa2f875d006153e77 100644 (file)
@@ -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;
                }