mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xx
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
-- ===
|
-- ===
|
||||||
-- @module Ops.PlayerTask
|
-- @module Ops.PlayerTask
|
||||||
-- @image OPS_PlayerTask.jpg
|
-- @image OPS_PlayerTask.jpg
|
||||||
-- @date Last Update Nov 2024
|
-- @date Last Update Jan 2025
|
||||||
|
|
||||||
|
|
||||||
do
|
do
|
||||||
@@ -1184,7 +1184,7 @@ function PLAYERTASK:onafterSuccess(From, Event, To)
|
|||||||
if self.TargetMarker then
|
if self.TargetMarker then
|
||||||
self.TargetMarker:Remove()
|
self.TargetMarker:Remove()
|
||||||
end
|
end
|
||||||
if self.TaskController.Scoring then
|
if self.TaskController and self.TaskController.Scoring then
|
||||||
local clients,count = self:GetClientObjects()
|
local clients,count = self:GetClientObjects()
|
||||||
if count > 0 then
|
if count > 0 then
|
||||||
for _,_client in pairs(clients) do
|
for _,_client in pairs(clients) do
|
||||||
@@ -1242,7 +1242,7 @@ end
|
|||||||
do
|
do
|
||||||
-------------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------------
|
||||||
-- PLAYERTASKCONTROLLER
|
-- PLAYERTASKCONTROLLER
|
||||||
-- TODO: PLAYERTASKCONTROLLER
|
-- TODO: PLAYERTASKCONTROLLER
|
||||||
-- DONE Playername customized
|
-- DONE Playername customized
|
||||||
-- DONE Coalition-level screen info to SET based
|
-- DONE Coalition-level screen info to SET based
|
||||||
-- DONE Flash directions
|
-- DONE Flash directions
|
||||||
|
|||||||
Reference in New Issue
Block a user