diff --git a/reapi/extra/amxmodx/scripting/include/reapi.inc b/reapi/extra/amxmodx/scripting/include/reapi.inc index 9f2eb45..7fdcdfb 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 cd81c56..18d8a8e 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) {