mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
bugfix
This commit is contained in:
parent
78efd51c2c
commit
0c657f00d8
@ -339,8 +339,8 @@ trace.f( self.ClassName, UnitData )
|
||||
end
|
||||
end
|
||||
self.Players[PlayerName].UnitName = UnitName
|
||||
self.Players[PlayerName].UnitCoalition = Unit:getCoalition()
|
||||
self.Players[PlayerName].UnitCategory = Unit:getCategory()
|
||||
self.Players[PlayerName].UnitCoalition = UnitData:getCoalition()
|
||||
self.Players[PlayerName].UnitCategory = UnitData:getCategory()
|
||||
self.Players[PlayerName].UnitType = UnitData:getTypeName()
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user