ec-/baseq3a

[Bug] Warmup not applied during map rotations

Closed this issue · 1 comments

When using an external file for map rotation (e.g. "rotation.txt"), warmup is not applied even though it is set to 1 by default.

In q3config.cfg:

seta g_rotation "rotation.txt"
seta g_doWarmup "1"
seta g_warmup "20"

Rotation.txt:

$bot_minPlayers = 6;
$g_gameType = 0;
$g_spSkill = 3;
$fragLimit = 30;
$timeLimit = 15;

13black_se
13dawn
13dream
[...]

Working with latest code fix (with /g_restarted removed). Thanks!