diff --git a/@ExileServer/addons/a3_dms/config.sqf b/@ExileServer/addons/a3_dms/config.sqf index 9898f25..08892e2 100644 --- a/@ExileServer/addons/a3_dms/config.sqf +++ b/@ExileServer/addons/a3_dms/config.sqf @@ -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; diff --git a/@ExileServer/addons/a3_dms/scripts/AILocalityManager.sqf b/@ExileServer/addons/a3_dms/scripts/AILocalityManager.sqf index 0de00d8..d787567 100644 --- a/@ExileServer/addons/a3_dms/scripts/AILocalityManager.sqf +++ b/@ExileServer/addons/a3_dms/scripts/AILocalityManager.sqf @@ -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); };