mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
9f581ee660
@ -1973,7 +1973,9 @@ function PLAYERTASKCONTROLLER:_SendMessageToClients(Text,Seconds)
|
||||
local seconds = Seconds or 10
|
||||
self.ClientSet:ForEachClient(
|
||||
function (Client)
|
||||
local m = MESSAGE:New(Text,seconds,"Tasking"):ToClient(Client)
|
||||
if Client ~= nil and Client:IsActive() then
|
||||
local m = MESSAGE:New(Text,seconds,"Tasking"):ToClient(Client)
|
||||
end
|
||||
end
|
||||
)
|
||||
return self
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user