X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fvote.qc;fp=qcsrc%2Fserver%2Fcommand%2Fvote.qc;h=982e55c9619ac9578d03c421421bfc5dc873aa58;hb=aa14e2a0c66030cfde1c5d9d2c0882b5aa4816c1;hp=15d27a3ee4dabc3528a769062d32be456c13ceb2;hpb=daab9330abb8952053b47239d1322cd029b08cd1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 15d27a3ee..982e55c96 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -387,9 +387,8 @@ void reset_map(bool dorespawn) } // Restarts the map after the countdown is over (and cvar sv_ready_restart_after_countdown is set) -void ReadyRestart_think() +void ReadyRestart_think(entity this) { - SELFPARAM(); restart_mapalreadyrestarted = true; reset_map(true); Score_ClearAll();