mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
Corrected the return type
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user