mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
opps
This commit is contained in:
parent
893c6658a5
commit
35e6a181b5
@ -51,7 +51,7 @@ private _return = [
|
||||
];
|
||||
|
||||
private _varName = format [QGVAR(values%1%2%3), _weapon, _ammo, _magazine];
|
||||
missionNameSpace setVariable [format [QGVAR(values%1%2%3), _weapon, _ammo, _magazine], _return];
|
||||
missionNameSpace setVariable [_varName, _return];
|
||||
TRACE_2("Return",_varName,_return);
|
||||
|
||||
_return
|
||||
|
Loading…
Reference in New Issue
Block a user