]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications.qc
Probably better to comment team check out for now
[xonotic/xonotic-data.pk3dir.git] / 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;
                }