*** empty log message ***
This commit is contained in:
parent
16f51ea619
commit
5453b55bdc
|
@ -12,7 +12,7 @@ static cell AMX_NATIVE_CALL amx_pev(AMX *amx,cell *params)
|
|||
return 0;
|
||||
}
|
||||
} else {
|
||||
if (index > gpGlobals->maxEntities || i<1)
|
||||
if (index > gpGlobals->maxEntities || index < 1)
|
||||
{
|
||||
MF_RaiseAmxError(amx, AMX_ERR_NATIVE);
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user