From 11835d9c0b4f8936fbbd3cfc250dbc3800d52dd0 Mon Sep 17 00:00:00 2001 From: Ambroise Garel <47314805+akaAgar@users.noreply.github.com> Date: Sun, 27 Jul 2025 19:19:20 +0200 Subject: [PATCH] Fixed minor typo --- Script/The Universal Mission/DebugMenu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script/The Universal Mission/DebugMenu.lua b/Script/The Universal Mission/DebugMenu.lua index d754556..2b62f09 100644 --- a/Script/The Universal Mission/DebugMenu.lua +++ b/Script/The Universal Mission/DebugMenu.lua @@ -74,7 +74,7 @@ do local function doSendWingmenToMarker() if TUM.wingmenTasking.commandGoToMapMarker(nil, false) then - TUM.log("Wingmen moving FLIGHT to marker") + TUM.log("Wingmen moving to FLIGHT marker") else TUM.log("Failed to move wingmen to FLIGHT marker") end