mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
switch-do is case sensitive
This commit is contained in:
parent
b83a9e6746
commit
00744a2d48
@ -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;};
|
||||
|
Loading…
Reference in New Issue
Block a user