From 1371fb2018cb2ea2cec2673bd2c83ba2f4539fed Mon Sep 17 00:00:00 2001 From: Eric Barr Date: Tue, 1 Apr 2014 01:57:32 -0700 Subject: [PATCH] Corrected the return type --- .../compiled/game/script/library/player_structure.scriptlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sku.0/sys.server/compiled/game/script/library/player_structure.scriptlib b/sku.0/sys.server/compiled/game/script/library/player_structure.scriptlib index c7913d5c8..04c5113f4 100644 --- a/sku.0/sys.server/compiled/game/script/library/player_structure.scriptlib +++ b/sku.0/sys.server/compiled/game/script/library/player_structure.scriptlib @@ -7637,7 +7637,7 @@ This entire section is dedicated to Yaw setYaw(sign, tYaw); } - int[] allStructures = dataTableGetStringColumn(SIGN_ADJUST_SIGN_BY_TEMPLATE, "structure_template"); + string[] allStructures = dataTableGetStringColumn(SIGN_ADJUST_SIGN_BY_TEMPLATE, "structure_template"); if(allStructures != null && allStructures.length > 0) {