From 3a1961cfc0c53dd11094d561976bf57cedbfa44d Mon Sep 17 00:00:00 2001 From: Michael McKoy Date: Wed, 26 Sep 2007 16:27:53 +0000 Subject: [PATCH] Nextmap now has an error message if the reason it didn't load maps was due to non-existant file. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401498 --- plugins/nextmap.sp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 7a9594a9..fc81fbe4 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -256,6 +256,7 @@ LoadMaps() if (!FileExists(mapCycle)) { + LogError("[SM] Could not find file: %s", mapCycle); return 0; }