First character of radio messages now always upper-case

This commit is contained in:
Ambroise Garel 2025-07-25 18:09:25 +02:00
parent 80209891f4
commit 3c72fbd96d

View File

@ -48,6 +48,7 @@ do
message = message:gsub("$"..tostring(i), tostring(r))
end
end
message = DCSEx.string.firstToUpper(message)
local duration = DCSEx.string.getReadingTime(message)