mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#PLAYERTASKCONTROLLER
* No spaces in callsign-Nos in task info pilot list
This commit is contained in:
parent
bf1fa581ba
commit
4e79123c11
@ -2770,7 +2770,8 @@ function PLAYERTASKCONTROLLER:_ActiveTaskInfo(Group, Client, Task)
|
|||||||
if clientcount > 0 then
|
if clientcount > 0 then
|
||||||
for _,_name in pairs(clientlist) do
|
for _,_name in pairs(clientlist) do
|
||||||
if self.customcallsigns[_name] then
|
if self.customcallsigns[_name] then
|
||||||
_name = self.customcallsigns[_name]
|
_name = self.customcallsigns[_name]
|
||||||
|
_name = string.gsub(_name, "(%d) ","%1")
|
||||||
end
|
end
|
||||||
clienttxt = clienttxt .. _name .. ", "
|
clienttxt = clienttxt .. _name .. ", "
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user