mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-09-18 19:10:05 +03:00
Fix typo with TrieGetArray return value in #8.
This commit is contained in:
parent
60f54ee691
commit
24328568ed
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ static cell AMX_NATIVE_CALL TrieGetArray(AMX *amx, cell *params)
|
|||
|
||||
if (!params[4])
|
||||
{
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
size_t length = r->value.arrayLength();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue