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];
|
decl String:desc[128];
|
||||||
GetGameDescription(desc, sizeof(desc));
|
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.");
|
SetFailState("The 'nextmap' plugin is not supported on Left 4 Dead.");
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user