mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Oops
quick fix
This commit is contained in:
parent
282e735a50
commit
cc6906cc2c
@ -62,7 +62,7 @@ for "_i" from 1 to _count do
|
||||
};
|
||||
|
||||
// An AI will definitely spawn with a launcher if you define type
|
||||
if ((!isNil "_launcherType") || {DMS_ai_launchers_per_group>0}) then
|
||||
if ((!isNil "_launcherType") || {DMS_ai_use_launchers && {DMS_ai_launchers_per_group>0}}) then
|
||||
{
|
||||
if (isNil "_launcherType") then
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user