mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix missing boolean inversion
This commit is contained in:
parent
f676e6d9c9
commit
a8cf9c6f48
@ -237,7 +237,7 @@ switch (_coordinate) do {
|
||||
};
|
||||
|
||||
// trap errors
|
||||
if ([_digit0, _digit1, _digit2, _digit3, _digit4] isEqualTypeAll "") exitWith {
|
||||
if !([_digit0, _digit1, _digit2, _digit3, _digit4] isEqualTypeAll "") exitWith {
|
||||
[QUOTE(PATHTOF(rsc\vector_minus.paa)), QUOTE(PATHTOF(rsc\vector_minus.paa)), QUOTE(PATHTOF(rsc\vector_minus.paa)), QUOTE(PATHTOF(rsc\vector_minus.paa)), QUOTE(PATHTOF(rsc\vector_minus.paa))] // return
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user