projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2243b8d
)
Made f1time be handled on the server too.
444/head
author
Lyberta <lyberta@lyberta.net>
Thu, 1 Jun 2017 16:53:32 +0000
(19:53 +0300)
committer
Lyberta <lyberta@lyberta.net>
Thu, 1 Jun 2017 16:53:32 +0000
(19:53 +0300)
qcsrc/common/notifications/all.qh
patch
|
blob
|
history
diff --git
a/qcsrc/common/notifications/all.qh
b/qcsrc/common/notifications/all.qh
index 31119e25945cb89d925f1bff5ef0f8dedc4108d1..4bd827a6e8fe8f80f8ff6d2ef8142af8ba1964e4 100644
(file)
--- a/
qcsrc/common/notifications/all.qh
+++ b/
qcsrc/common/notifications/all.qh
@@
-409,7
+409,7
@@
string BUFF_NAME(int i);
ARG_CASE(ARG_CS, "f1secs", count_seconds(f1)) \
ARG_CASE(ARG_CS, "f1points", (f1 == 1 ? _("point") : _("points"))) \
ARG_CASE(ARG_CS_SV, "f1ord", count_ordinal(f1)) \
- ARG_CASE(ARG_CS
,
"f1time", process_time(2, f1)) \
+ ARG_CASE(ARG_CS
_SV,
"f1time", process_time(2, f1)) \
ARG_CASE(ARG_CS_SV_HA, "f1race_time", mmssss(f1)) \
ARG_CASE(ARG_CS_SV_HA, "f2race_time", mmssss(f2)) \
ARG_CASE(ARG_CS_SV_HA, "f3race_time", mmssss(f3)) \