From ab2ef7a0e02fa82423b8f3433121c4c980b06936 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 2 Dec 2007 16:43:19 +0000 Subject: [PATCH] nextmap won't default to anything non-mapcyclefile now --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401751 --- plugins/nextmap.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index d1d09568..01733f29 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -99,7 +99,7 @@ public OnConfigsExecuted() if (ReadMapList(g_MapList, g_MapListSerial, "mapcyclefile", - MAPLIST_FLAG_CLEARARRAY) + MAPLIST_FLAG_CLEARARRAY|MAPLIST_FLAG_NO_DEFAULT) == INVALID_HANDLE) { if (g_MapListSerial == -1)