Add missing bracket

This commit is contained in:
GitHawk 2016-02-25 10:25:57 +01:00
parent 2f183548b6
commit 6deecb0559

View File

@ -17,5 +17,5 @@
*/
#include "script_component.hpp"
params [["_target", objNull, [objNull], ["_disable", true, [true]]];
params [["_target", objNull, [objNull]], ["_disable", true, [true]]];
_target setVariable [QGVAR(disabled), _disable, true];