From: Martin Taibr Date: Sun, 22 Apr 2018 01:19:42 +0000 (+0200) Subject: warn devs about adding new cvars to campaign X-Git-Tag: xonotic-v0.8.5~121^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4f3e4518949d9efa0777036674ff58d23fba8b35;p=xonotic%2Fxonotic-maps.pk3dir.git warn devs about adding new cvars to campaign --- 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