From 5ad1efd6989a49b27180bf4536c744b971993209 Mon Sep 17 00:00:00 2001 From: Karol Szuster Date: Wed, 23 Mar 2016 17:27:15 +0100 Subject: [PATCH] Fix description of "set_user_info" native --- plugins/include/amxmodx.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 5d06bc6c..69eaec08 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -322,8 +322,6 @@ native engine_changelevel(const map[]); * @noreturn * @error If the index is not within the range of 1 to MaxClients or * the client is not connected, an error will be thrown. - * @error If called outside of the plugin_precache() forward, an error - * is thrown. */ native set_user_info(index, const info[], const value[]);