From 50580498c47e1724cd216488571e91bc034a0b57 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 30 Dec 2008 19:17:13 -0500 Subject: [PATCH] Fixed nexmap issue (Bug 2150 r=Liam) --- plugins/nextmap.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 280d180b..6f1fe477 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -57,7 +57,7 @@ public OnPluginStart() decl String:desc[128]; GetGameDescription(desc, sizeof(desc)); - if(strcmp(desc, "Left 4 Dead", false)) + if(StrEqual(desc, "Left 4 Dead", false)) { SetFailState("The 'nextmap' plugin is not supported on Left 4 Dead."); return;