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) {