mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
wirecutter typenames to lowercase
This commit is contained in:
parent
58a71e6a66
commit
42bc8eff1a
@ -23,7 +23,7 @@
|
|||||||
private ["_typeOf", "_returnValue"];
|
private ["_typeOf", "_returnValue"];
|
||||||
PARAMS_1(_object);
|
PARAMS_1(_object);
|
||||||
|
|
||||||
_typeOf = typeOf _object;
|
_typeOf = toLower (typeOf _object);
|
||||||
_returnValue = false;
|
_returnValue = false;
|
||||||
|
|
||||||
if (_typeOf != "") then {
|
if (_typeOf != "") then {
|
||||||
|
Loading…
Reference in New Issue
Block a user