switch-do is case sensitive

This commit is contained in:
eraser1 2015-09-04 20:28:24 -05:00
parent b83a9e6746
commit 00744a2d48

View File

@ -83,7 +83,7 @@ if !(DMS_ai_default_items isEqualTo []) then
};
switch (_type) do
switch (toLower _type) do
{
case "random" : {_type = DMS_random_AI call BIS_fnc_selectRandom;};
case "unarmed" : {_type = "assault";_unarmed = true;};