This commit is contained in:
eraser1 2015-09-02 12:18:48 -05:00
parent 3934384ce9
commit aaec1239fc
2 changed files with 2 additions and 2 deletions

View File

@ -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 :)
DMS_DEBUG = false;
DMS_DEBUG = true;

View File

@ -39,7 +39,7 @@ if !(DMS_ai_offload_to_client) exitWith {};
{
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);
};