From 224292ab995f178afa522892b1bf70fc7341f099 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 14 Apr 2019 19:20:35 +0300 Subject: [PATCH] typo fix --- RagePawn/player_natives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RagePawn/player_natives.cpp b/RagePawn/player_natives.cpp index a244eea..6d91a1e 100644 --- a/RagePawn/player_natives.cpp +++ b/RagePawn/player_natives.cpp @@ -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])