]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Spam event log with all records, not just 1sts
authorMorosophos <morosophos@teichisma.info>
Mon, 12 Oct 2020 08:02:05 +0000 (11:02 +0300)
committerMorosophos <morosophos@teichisma.info>
Mon, 12 Oct 2020 08:02:05 +0000 (11:02 +0300)
qcsrc/server/race.qc

index 18c48671dda7d88750500d36b4fcfbbd32c5d2e7..8e7d9d71596cd958f7c61f342aace34a66c82308 100644 (file)
@@ -53,7 +53,7 @@ string uid2name(string myuid)
 
 void write_recordmarker(entity pl, float newpos, float tstart, float dt)
 {
-    GameLogEcho(strcat(":recordset:", ftos(pl.playerid), ":", ftos(dt)));
+    GameLogEcho(strcat(":recordset:", ":", ftos(newpos), ":", ftos(pl.playerid), ":", ftos(dt)));
 
     // also write a marker into demo files for demotc-race-record-extractor to find
     if (pl.crypto_idfp != "") {