]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/playerstats.qh
playerstats: properly handle different ways of match ending
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / playerstats.qh
index 1dea13ce7e268bd73dad398c4fffbd59297df2c2..5f765e211263bd13b450a36027b1d25f0b4572a6 100644 (file)
@@ -30,4 +30,4 @@ void PlayerStats_Sent_URI_Get_Callback(float id, float status, string data);
 void PlayerStats_AddGlobalInfo(entity p);
 
 // call this at the end of the match
-void PlayerStats_EndMatch()
+void PlayerStats_EndMatch(float finished);