]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
warn devs about adding new cvars to campaign 119/head
authorMartin Taibr <taibr.martin@gmail.com>
Sun, 22 Apr 2018 01:19:42 +0000 (03:19 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Sun, 22 Apr 2018 01:19:42 +0000 (03:19 +0200)
maps/campaignxonoticbeta.txt

index 9c975eafbd35a49d8acdf26ad605990867f30662..7528839145600d15dc11a4f37a1039cd02a664ff 100644 (file)
@@ -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