formating

This commit is contained in:
commy2 2015-09-18 16:00:58 +02:00
parent 4211d71a32
commit c0fdd80ba4

View File

@ -22,7 +22,7 @@ params ["_name", "_value", "_defaultGlobal", "_category", ["_code", 0], ["_persi
if (isNil "_defaultGlobal") exitWith {};
if (typeName _name != "STRING") exitwith {
[format["Tried to the deinfe a variable with an invalid name: %1 Arguments: %2", _name, _this]] call FUNC(debug);
[format ["Tried to the deinfe a variable with an invalid name: %1 Arguments: %2", _name, _this]] call FUNC(debug);
};
if (isNil QGVAR(OBJECT_VARIABLES_STORAGE)) then {