mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Derp #2
This commit is contained in:
parent
146ad20edc
commit
1244550ded
@ -4,7 +4,7 @@ class CfgPatches
|
||||
{
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
a3_DMS_version = "May 16, 2016 (TEST)";
|
||||
a3_DMS_version = "May 16, 2016 (TESTv2)";
|
||||
requiredVersion = 1.36;
|
||||
requiredAddons[] = {"exile_client","exile_server_config"};
|
||||
};
|
||||
|
@ -81,7 +81,7 @@ for "_i" from 1 to _count do
|
||||
};
|
||||
|
||||
// An AI will definitely spawn with a launcher if you define type
|
||||
if ((DMS_ai_use_launchers && {DMS_ai_launchers_per_group>0}) || {!_launcherType isEqualTo ""}) then
|
||||
if ((DMS_ai_use_launchers && {DMS_ai_launchers_per_group>0}) || {!(_launcherType isEqualTo "")}) then
|
||||
{
|
||||
if (_launcherType isEqualTo "") then
|
||||
{
|
||||
|
@ -97,7 +97,7 @@ for "_i" from 1 to _count do
|
||||
};
|
||||
|
||||
// An AI will definitely spawn with a launcher if you define type
|
||||
if ((DMS_ai_use_launchers && {DMS_ai_launchers_per_group>0}) || {!_launcherType isEqualTo ""}) then
|
||||
if ((DMS_ai_use_launchers && {DMS_ai_launchers_per_group>0}) || {!(_launcherType isEqualTo "")}) then
|
||||
{
|
||||
if (_launcherType isEqualTo "") then
|
||||
{
|
||||
|
@ -154,6 +154,9 @@ ___
|
||||
# Changelog:
|
||||
|
||||
### Test Branch:
|
||||
#### May 16, 2016 (11:00 AM CST-America):
|
||||
* Fixed an error in fn_SpawnAIGroup (and MultiPos variant)
|
||||
|
||||
#### May 16, 2016 (11:00 AM CST-America):
|
||||
* Occupation will now print debug logs only if DMS_DEBUG is enabled.
|
||||
* Fixed an error with fn_FindSafePos.
|
||||
|
Loading…
Reference in New Issue
Block a user