mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
short if
This commit is contained in:
parent
bacbf33d1d
commit
57f34f934c
@ -290,7 +290,7 @@ function PLAYERRECCE:_EventHandler(EventData)
|
|||||||
if self.ViewZoneVisual[EventData.IniPlayerName] then self.ViewZoneVisual[EventData.IniPlayerName]:UndrawZone() end
|
if self.ViewZoneVisual[EventData.IniPlayerName] then self.ViewZoneVisual[EventData.IniPlayerName]:UndrawZone() end
|
||||||
end
|
end
|
||||||
elseif EventData.id == EVENTS.PlayerEnterAircraft and EventData.IniCoalition == self.Coalition then
|
elseif EventData.id == EVENTS.PlayerEnterAircraft and EventData.IniCoalition == self.Coalition then
|
||||||
if EventData.IniPlayerName and EventData.IniGroup and self.UseSRS then
|
if EventData.IniPlayerName then
|
||||||
self:T(self.lid.."Event for player: "..EventData.IniPlayerName)
|
self:T(self.lid.."Event for player: "..EventData.IniPlayerName)
|
||||||
self.UnitLaserCodes[EventData.IniPlayerName] = 1688
|
self.UnitLaserCodes[EventData.IniPlayerName] = 1688
|
||||||
self.ClientMenus[EventData.IniPlayerName] = nil
|
self.ClientMenus[EventData.IniPlayerName] = nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user