Fixed nexmap issue (Bug 2150 r=Liam)

This commit is contained in:
Liam 2008-12-30 19:17:13 -05:00
parent a21e688c96
commit 50580498c4

View File

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