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; }