Fixed nexmap issue (Bug 2150 r=Liam)
This commit is contained in:
parent
a21e688c96
commit
50580498c4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user