fix exitWith capitalization

This commit is contained in:
commy2
2015-11-30 17:14:05 +01:00
parent 0b84bb514b
commit 34d351c652
103 changed files with 235 additions and 235 deletions

View File

@ -12,9 +12,9 @@
private _logicType = typeof _logic;
_logic hideobject true;
if (_logic getvariable [QGVAR(initalized), false]) exitwith {};
if (_logic getvariable [QGVAR(initalized), false]) exitWith {};
private _config = (configFile >> "CfgVehicles" >> _logicType);
if !(isClass _config) exitwith {};
if !(isClass _config) exitWith {};
private _isGlobal = getNumber (_config >> "isGlobal") > 0;
private _isDisposable = getNumber (_config >> "isDisposable") > 0;