From a9aed2e557b683e83fa36660fae9eeeaaf8d5d21 Mon Sep 17 00:00:00 2001 From: Greyscale Date: Wed, 23 Jun 2010 09:17:21 -0400 Subject: [PATCH] Removed unnecessary tag from return value of SetArrayCell --- plugins/include/adt_array.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/adt_array.inc b/plugins/include/adt_array.inc index 94f383cf..79ea4966 100644 --- a/plugins/include/adt_array.inc +++ b/plugins/include/adt_array.inc @@ -199,7 +199,7 @@ native GetArrayArray(Handle:array, index, any:buffer[], size=-1); * @noreturn * @error Invalid Handle, invalid index, or invalid block. */ -native any:SetArrayCell(Handle:array, index, any:value, block=0, bool:asChar=false); +native SetArrayCell(Handle:array, index, any:value, block=0, bool:asChar=false); /** * Sets a string value in an array.