mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-08 19:08:35 +00:00
Fix usage of replace param in SetTrieArray (bug 6113, r=asherkin).
This commit is contained in:
parent
87b44f8be0
commit
24c12197ee
@ -254,7 +254,7 @@ static cell_t SetTrieArray(IPluginContext *pContext, const cell_t *params)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!params[4])
|
if (!params[5])
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user