mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-25 20:35:19 +00:00
First character of radio messages now always upper-case
This commit is contained in:
@@ -48,6 +48,7 @@ do
|
|||||||
message = message:gsub("$"..tostring(i), tostring(r))
|
message = message:gsub("$"..tostring(i), tostring(r))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
message = DCSEx.string.firstToUpper(message)
|
||||||
|
|
||||||
local duration = DCSEx.string.getReadingTime(message)
|
local duration = DCSEx.string.getReadingTime(message)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user