mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
First character of radio messages now always upper-case
This commit is contained in:
parent
80209891f4
commit
3c72fbd96d
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user