mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Ops
This commit is contained in:
@@ -2795,7 +2795,15 @@ function AUFTRAG:_TargetFromObject(Object)
|
||||
|
||||
if not self.engageTarget then
|
||||
|
||||
self.engageTarget=TARGET:New(Object)
|
||||
if Object:IsInstanceOf("TARGET") then
|
||||
|
||||
self.engageTarget=Object
|
||||
|
||||
else
|
||||
|
||||
self.engageTarget=TARGET:New(Object)
|
||||
|
||||
end
|
||||
|
||||
else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user