mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
another great isNotEqualTo opportunity
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
parent
16128721e0
commit
3cc300a04d
@ -37,8 +37,7 @@ private _hMode = switch (true) do {
|
||||
default {"_mid"};
|
||||
};
|
||||
|
||||
private _type = if (count _fragType > 0 &&
|
||||
{"ace_frag_tiny" isEqualTo (_fragType#0)}) then {
|
||||
private _type = if (_fragType isNotEqualTo [] && {"ace_frag_tiny" isEqualTo (_fragType#0)}) then {
|
||||
QGVAR(def_tiny_)
|
||||
} else {
|
||||
QGVAR(def_small_)
|
||||
|
Loading…
Reference in New Issue
Block a user