mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add missing bracket
This commit is contained in:
parent
2f183548b6
commit
6deecb0559
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user