X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fplayerstats.qc;h=17c76461fd3516a72b5355a39f906846cfe9f205;hb=6676cb666692a7d4a10e29e23599a1b3d2f3ef58;hp=e83305886cee1522ddbb5b8db4c11388ee59e0e7;hpb=bbf5a4323eaf9de74aa9b5259dee6a922a0f2cfc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/playerstats.qc b/qcsrc/common/playerstats.qc index e83305886..17c76461f 100644 --- a/qcsrc/common/playerstats.qc +++ b/qcsrc/common/playerstats.qc @@ -278,6 +278,9 @@ void PlayerStats_GameReport(bool finished) void PlayerStats_GameReport_Init() // initiated before InitGameplayMode so that scores are added properly { + serverflags &= ~SERVERFLAG_PLAYERSTATS; + serverflags &= ~SERVERFLAG_PLAYERSTATS_CUSTOM; + if(autocvar_g_playerstats_gamereport_uri == "") { return; } PS_GR_OUT_DB = db_create();