X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fplayerstats.qh;h=fea546a123d5e4719bbac67b2fd6d1739563f4a9;hb=0cbe35ff35640ee710ef8c143671e013ea4a3cf8;hp=b7b425f29289c2abf6b166e53fd19676e8df4cdf;hpb=5c13b3af01e247f840b7b3cf85d0e0d217eae4af;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/playerstats.qh b/qcsrc/server/playerstats.qh index b7b425f29..fea546a12 100644 --- a/qcsrc/server/playerstats.qh +++ b/qcsrc/server/playerstats.qh @@ -3,7 +3,7 @@ string PLAYERSTATS_ALIVETIME = "alivetime"; string PLAYERSTATS_KILLS = "kills"; // delay map switch until this is set -float playerstats_sent; +float playerstats_waitforme; // call at initialization void PlayerStats_Init();