]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update gamecfg value in default configuration, fixes server launch preferring deathmatch
authorMario <mario.mario@y7mail.com>
Sun, 19 Jul 2020 20:39:51 +0000 (06:39 +1000)
committerMario <mario.mario@y7mail.com>
Sun, 19 Jul 2020 20:39:51 +0000 (06:39 +1000)
gamemodes-server.cfg

index b1631b2333f56e6ba6ad1d9290fd89f0f77cddb8..98b6b1a9051c2c13917e46a6748b10263f130b2a 100644 (file)
@@ -2,8 +2,8 @@
 //  Master config for core game modes
 // ===================================
 
-// global gametype setting (0 = deathmatch)
-set gamecfg 0
+// global gametype setting (uses gametype shortname, default gametype is deathmatch)
+set gamecfg "dm"
 
 
 // =================