mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
Fixes: Nil scheduled space bug with hashes. This is still a bug everywhere else.
This commit is contained in:
@ -23,4 +23,6 @@ try {
|
|||||||
} catch {
|
} catch {
|
||||||
HANDLECATCH;
|
HANDLECATCH;
|
||||||
};
|
};
|
||||||
_val
|
|
||||||
|
if (isNil "_val") exitWith { nil };
|
||||||
|
_val;
|
||||||
|
@ -23,4 +23,6 @@ try {
|
|||||||
} catch {
|
} catch {
|
||||||
HANDLECATCH;
|
HANDLECATCH;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (isNil "_hash") exithWith { nil };
|
||||||
_hash;
|
_hash;
|
||||||
|
Reference in New Issue
Block a user