mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-23 11:40:57 +00:00
#PLAYERTASKCONTROLLER
* No spaces in callsign numbers on pilot list in task info screen
This commit is contained in:
@@ -2771,6 +2771,7 @@ function PLAYERTASKCONTROLLER:_ActiveTaskInfo(Group, Client, Task)
|
||||
for _,_name in pairs(clientlist) do
|
||||
if self.customcallsigns[_name] then
|
||||
_name = self.customcallsigns[_name]
|
||||
_name = string.gsub(_name, "(%d) ","%1")
|
||||
end
|
||||
clienttxt = clienttxt .. _name .. ", "
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user