]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/playerstats.qc
Prevent monsters from attacking when the match is stopped, rename shambler sounds...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / playerstats.qc
index 6ffc506170a077d91b309fe7dd86a3afb1d7ba09..3e1444a35f9f28fcc98a16ed8553e042a1777d82 100644 (file)
@@ -40,8 +40,10 @@ void PlayerStats_GameReport_Reset_All()
        strfree(PS_GR_OUT_EVL);
 
        if (PS_GR_OUT_DB >= 0)
+       {
                db_close(PS_GR_OUT_DB);
-       PlayerStats_GameReport_Init();
+               PlayerStats_GameReport_Init();
+       }
        if(PS_GR_OUT_DB < 0)
                return;