mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixes: Nil scheduled space bug with hashes. This is still a bug everywhere else.
This commit is contained in:
parent
8d7f9c9a0d
commit
e1c3e96eb1
@ -23,4 +23,6 @@ try {
|
||||
} catch {
|
||||
HANDLECATCH;
|
||||
};
|
||||
_val
|
||||
|
||||
if (isNil "_val") exitWith { nil };
|
||||
_val;
|
||||
|
@ -23,4 +23,6 @@ try {
|
||||
} catch {
|
||||
HANDLECATCH;
|
||||
};
|
||||
|
||||
if (isNil "_hash") exithWith { nil };
|
||||
_hash;
|
||||
|
Loading…
Reference in New Issue
Block a user