]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Write record markers inside anon records too
authorMorosophos <morosophos@teichisma.info>
Thu, 15 Oct 2020 10:25:59 +0000 (13:25 +0300)
committerMorosophos <morosophos@teichisma.info>
Thu, 15 Oct 2020 10:25:59 +0000 (13:25 +0300)
qcsrc/server/race.qc

index 8e7d9d71596cd958f7c61f342aace34a66c82308..b6eff2a4b26234a0b67de5a3a9952b95425bf9d4 100644 (file)
@@ -349,6 +349,8 @@ void race_setTime(string map, float t, string myuid, string mynetname, entity e,
                return;
        }
 
+        write_recordmarker(e, newpos, time - TIME_DECODE(t), TIME_DECODE(t));
+
        // if we didn't hit a return yet, we have a new record!
 
        // if the player does not have a UID we can unfortunately not store the record, as the rankings system relies on UIDs
@@ -374,7 +376,6 @@ void race_setTime(string map, float t, string myuid, string mynetname, entity e,
 
        if (showmessage)
        {
-                write_recordmarker(e, newpos, time - TIME_DECODE(t), TIME_DECODE(t));
                race_send_recordtime(MSG_ALL);
        }