From 81b0be56457eabbc397274fc12efffaf871bec65 Mon Sep 17 00:00:00 2001 From: Ambroise Garel <47314805+akaAgar@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:59:02 +0200 Subject: [PATCH] Changed wording --- Script/The Universal Mission/MizCleaner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script/The Universal Mission/MizCleaner.lua b/Script/The Universal Mission/MizCleaner.lua index 36dd02d..15acf13 100644 --- a/Script/The Universal Mission/MizCleaner.lua +++ b/Script/The Universal Mission/MizCleaner.lua @@ -55,7 +55,7 @@ do local u = DCSEx.world.getUnitByID(id) if u then u:destroy() end end - TUM.log("Removed "..tostring(#aiWingMenToRemove).." AI wingmen from the mission.\nPlease do not add AI wingmen to the mission, The Universal Mission uses its own wingman system.", TUM.logger.logLevel.WARNING) + TUM.log("Removed "..tostring(#aiWingMenToRemove).." AI wingmen from the mission.\nPlease do not add AI wingmen to the mission, The Universal Mission relies on its own wingman system.", TUM.logger.logLevel.WARNING) end end