mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Improved it
This commit is contained in:
@@ -75,7 +75,6 @@ function PROCESS:OnStateChange( Fsm, Event, From, To )
|
||||
|
||||
if self.Scores[To] then
|
||||
|
||||
MESSAGE:New( "Score:" .. self.Scores[To].ScoreText .. " " .. To , 15 ):ToGroup( self.ProcessUnit:GetGroup() )
|
||||
local Scoring = self.Task:GetScoring()
|
||||
if Scoring then
|
||||
Scoring:_AddMissionTaskScore( self.Task.Mission, self.ProcessUnit, self.Scores[To].ScoreText, self.Scores[To].Score )
|
||||
|
||||
Reference in New Issue
Block a user