Merge pull request #601 from Ignatz-HeMan/patch-3

Update EPOCH_worldObjectType.sqf
This commit is contained in:
vbawol 2016-08-24 16:25:44 -05:00 committed by GitHub
commit 5494847755

View File

@ -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;