wirecutter typenames to lowercase

This commit is contained in:
PabstMirror 2015-02-01 11:56:54 -06:00
parent 58a71e6a66
commit 42bc8eff1a

View File

@ -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 {