mirror of
https://github.com/rehlds/reapi.git
synced 2024-12-28 15:45:31 +03:00
Fixed return value to match api changes
This commit is contained in:
parent
b7c2c22cbb
commit
6aabe4395c
@ -10,5 +10,5 @@ public plugin_init()
|
||||
public CBasePlayer_GiveAmmo(const this, iAmount, szName[], iMax)
|
||||
{
|
||||
server_print(" -> CBasePlayer_GiveAmmo: index:(%d), amount:(%d), name:(%s), max:(%d)", this, iAmount, szName, iMax);
|
||||
return RH_IGNORED;
|
||||
return HC_CONTINUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user