From: terencehill Date: Sun, 2 Jan 2022 10:10:30 +0000 (+0100) Subject: Fix parameter name in ReadyRestart X-Git-Tag: xonotic-v0.8.5~252 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=71f606a3f9742d923aacec587d458d50f502154b;p=xonotic%2Fxonotic-data.pk3dir.git Fix parameter name in ReadyRestart --- diff --git a/qcsrc/server/world.qh b/qcsrc/server/world.qh index e87edd6af..3f6b9b6d2 100644 --- a/qcsrc/server/world.qh +++ b/qcsrc/server/world.qh @@ -134,7 +134,7 @@ const int WINNING_STARTSUDDENDEATHOVERTIME = 3; // no winner, enter suddendeath float WinningCondition_Scores(float limit, float leadlimit); void SetWinners(.float field, float value); -void ReadyRestart(bool endWarmup); +void ReadyRestart(bool forceWarmupEnd); void DumpStats(float final);