Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GTANAdam committed Apr 14, 2019
1 parent 2b8f836 commit 224292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RagePawn/player_natives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ NATIVE(n_notifyPlayer)
}

// native GetPlayerName(playerid, name[]);
NATIVE (n_GetPlayerName)
NATIVE (n_getPlayerName)
{
CHECK_PARAMS(2);
HAS_PLAYER(player, params[1])
Expand Down

0 comments on commit 224292a

Please sign in to comment.