Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Applevangelist
2024-07-28 12:44:50 +02:00
@@ -1973,8 +1973,10 @@ function PLAYERTASKCONTROLLER:_SendMessageToClients(Text,Seconds)
local seconds = Seconds or 10 local seconds = Seconds or 10
self.ClientSet:ForEachClient( self.ClientSet:ForEachClient(
function (Client) function (Client)
if Client ~= nil and Client:IsActive() then
local m = MESSAGE:New(Text,seconds,"Tasking"):ToClient(Client) local m = MESSAGE:New(Text,seconds,"Tasking"):ToClient(Client)
end end
end
) )
return self return self
end end