From 4f3e4518949d9efa0777036674ff58d23fba8b35 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Sun, 22 Apr 2018 03:19:42 +0200 Subject: [PATCH] warn devs about adding new cvars to campaign --- maps/campaignxonoticbeta.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maps/campaignxonoticbeta.txt b/maps/campaignxonoticbeta.txt index 9c975eaf..75288391 100644 --- a/maps/campaignxonoticbeta.txt +++ b/maps/campaignxonoticbeta.txt @@ -30,3 +30,6 @@ "dm","stormkeep","9","11",15",,"g_weaponarena devastator","[Bonus] Deathmatch: Stormkeep","SURPRISE!\nWelcome to the ROCKET HELL!\nOnly the Devastator will be available here - don't blow up yourself! Have fun!" // rc & cts disabled, since we hide these modes + +// note that currently any cvars changed in mutator-sets must be accessed in code using the cvar() function (or autocvar aliases to that), otherwise they will not work +// see https://gitlab.com/xonotic/xonotic-data.pk3dir/issues/1976 for details -- 2.39.2