Improvements on task assignment logic

This commit is contained in:
FlightControl
2017-05-05 09:34:51 +02:00
parent 16e6730dc1
commit 7a84b6cc35
3 changed files with 171 additions and 101 deletions

View File

@@ -1121,7 +1121,7 @@ end
self:T( { ProcessUnit, From, Event, To, Dummy, self:IsTrace() } )
if self:IsTrace() then
MESSAGE:New( "@ Process " .. self:GetClassNameAndID() .. " : " .. Event .. " changed to state " .. To, 2 ):ToAll()
--MESSAGE:New( "@ Process " .. self:GetClassNameAndID() .. " : " .. Event .. " changed to state " .. To, 2 ):ToAll()
end
self:T( { Scores = self._Scores, To = To } )