diff --git a/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf b/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf index 1c125229..c2a0f175 100644 --- a/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf +++ b/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf @@ -22,6 +22,7 @@ Returns: BOOL or ARRAY of BOOLs */ +private ["_str","_return","_config","_findStart","_start","_end","_p3dName","_finalConfig","_checkType"]; params ["_str","_checkType"]; _return = false; _config = 'CfgEpochClient' call EPOCH_returnConfig;