mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Whoops
This commit is contained in:
parent
3934384ce9
commit
aaec1239fc
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// If you're gonna make any changes to DMS functions and/or create any new missions, it's a good idea to enable this :)
|
// If you're gonna make any changes to DMS functions and/or create any new missions, it's a good idea to enable this :)
|
||||||
DMS_DEBUG = false;
|
DMS_DEBUG = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ if !(DMS_ai_offload_to_client) exitWith {};
|
|||||||
{
|
{
|
||||||
if (DMS_DEBUG) then
|
if (DMS_DEBUG) then
|
||||||
{
|
{
|
||||||
diag_log format ["Setting ownership of group %1 to HC (%2)",DMS_HC_Object];
|
diag_log format ["Setting ownership of group %1 to HC (%2)",_group,DMS_HC_Object];
|
||||||
};
|
};
|
||||||
_group setGroupOwner (owner DMS_HC_Object);
|
_group setGroupOwner (owner DMS_HC_Object);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user