projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa95db3
)
Probably better to comment team check out for now
author
Samual Lenks <samual@xonotic.org>
Fri, 23 Aug 2013 23:26:07 +0000
(19:26 -0400)
committer
Samual Lenks <samual@xonotic.org>
Fri, 23 Aug 2013 23:26:07 +0000
(19:26 -0400)
qcsrc/common/notifications.qc
patch
|
blob
|
history
diff --git
a/qcsrc/common/notifications.qc
b/qcsrc/common/notifications.qc
index 4683d1b2d838f9321be66b2268d8ee7572c7094e..b2fcad144e7b8e0efca11b1fa2f875d006153e77 100644
(file)
--- 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;
}