mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-08-13 09:39:37 +03:00
Fixed double native error
This commit is contained in:
parent
297aac76eb
commit
096a9f5f14
1 changed files with 0 additions and 3 deletions
|
@ -199,9 +199,6 @@ native get_user_deaths(index);
|
|||
/* Sets player deaths. */
|
||||
native set_user_deaths(index, newdeaths);
|
||||
|
||||
/* Returns player frags. */
|
||||
native get_user_frags(index);
|
||||
|
||||
/* Sets player frags. */
|
||||
native set_user_frags(index, frags);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue