From 396be1f0fd806ebca957a7a065d6934a8e85e0c9 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@alientrap.org>
Date: Tue, 19 Apr 2011 19:03:40 +0200
Subject: [PATCH] no need to preset g_maplist...

---
 defaultXonotic.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg
index e4e43babe..6aa33a8b6 100644
--- a/defaultXonotic.cfg
+++ b/defaultXonotic.cfg
@@ -519,7 +519,7 @@ set g_casings 2 "specifies which casings (0: none, 1: only shotgun casings, 2: s
 set g_norecoil 0 "if set to 1 shooting weapons won't make you crosshair to move upwards (recoil)"
 set g_maplist_mostrecent "" "contains the name of the maps that were most recently played"
 seta g_maplist_mostrecent_count 3	"number of most recent maps that are blocked from being played again"
-seta g_maplist "g-23" "the list of maps to be cycled among (is autogenerated if empty)"
+seta g_maplist "" "the list of maps to be cycled among (is autogenerated if empty)"
 seta g_maplist_index 0	"this is used internally for saving position in maplist cycle"
 seta g_maplist_selectrandom 0	"if 1, a random map will be chosen as next map - DEPRECATED in favor of g_maplist_shuffle"
 seta g_maplist_shuffle 1	"new randomization method: like selectrandom, but avoid playing the same maps in short succession. This works by taking out the first element and inserting it into g_maplist with a bias to the end of the list"
-- 
2.39.5