mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Common - Fix arithmeticGetResult hash values extraction (#8503)
This commit is contained in:
parent
af66a9881c
commit
81b4c276f5
@ -21,7 +21,8 @@
|
||||
params ["_namespace", "_setID", "_operation"];
|
||||
TRACE_3("arithmeticGetResult",_namespace,_setID,_operation);
|
||||
|
||||
private _data = (_namespace getVariable _setID) param [2, [{0}]];
|
||||
private _hash = _namespace getVariable [_setID, createHashMapFromArray [["empty", {0}]]];
|
||||
private _data = values _hash;
|
||||
|
||||
switch (_operation) do {
|
||||
case "max": {
|
||||
|
Loading…
Reference in New Issue
Block a user