From 46e1f0b5c6558fe251c0a898660fe6ca984e0784 Mon Sep 17 00:00:00 2001 From: s1lentq Date: Thu, 14 May 2020 15:53:37 +0700 Subject: [PATCH] Fix typo --- reapi/extra/amxmodx/scripting/include/reapi.inc | 2 +- reapi/src/natives/natives_common.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reapi/extra/amxmodx/scripting/include/reapi.inc b/reapi/extra/amxmodx/scripting/include/reapi.inc index 9f2eb45e..7fdcdfbe 100644 --- a/reapi/extra/amxmodx/scripting/include/reapi.inc +++ b/reapi/extra/amxmodx/scripting/include/reapi.inc @@ -215,7 +215,7 @@ native WeaponIdType:GetGrenadeType(const entityIndex); * @param viewEntity Entity index * */ -native engset_view(const index, const const viewEntity); +native engset_view(const index, const viewEntity); /* * Gets the return index of the current view entity on a client. diff --git a/reapi/src/natives/natives_common.cpp b/reapi/src/natives/natives_common.cpp index cd81c564..18d8a8ee 100644 --- a/reapi/src/natives/natives_common.cpp +++ b/reapi/src/natives/natives_common.cpp @@ -75,7 +75,7 @@ cell AMX_NATIVE_CALL amx_GetGrenadeType(AMX *amx, cell *params) * @param index Client index * @param viewEntity Entity index * -* native engset_view(const index, const const viewEntity); +* native engset_view(const index, const viewEntity); */ cell AMX_NATIVE_CALL amx_engset_view(AMX *amx, cell *params) {