mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
Fixed double native error
This commit is contained in:
parent
297aac76eb
commit
096a9f5f14
@ -199,9 +199,6 @@ native get_user_deaths(index);
|
|||||||
/* Sets player deaths. */
|
/* Sets player deaths. */
|
||||||
native set_user_deaths(index, newdeaths);
|
native set_user_deaths(index, newdeaths);
|
||||||
|
|
||||||
/* Returns player frags. */
|
|
||||||
native get_user_frags(index);
|
|
||||||
|
|
||||||
/* Sets player frags. */
|
/* Sets player frags. */
|
||||||
native set_user_frags(index, frags);
|
native set_user_frags(index, frags);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user