mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update PlayerTask.lua
Bugfix
This commit is contained in:
parent
ef27daa282
commit
2c3e9e992d
@ -2239,7 +2239,7 @@ function PLAYERTASKCONTROLLER:_EventHandler(EventData)
|
|||||||
end
|
end
|
||||||
if EventData.IniPlayerName then
|
if EventData.IniPlayerName then
|
||||||
--self.PlayerMenu[EventData.IniPlayerName] = nil
|
--self.PlayerMenu[EventData.IniPlayerName] = nil
|
||||||
local player = _DATABASE:FindClient( EventData.IniPlayerName )
|
local player = _DATABASE:FindClient( EventData.IniUnitName )
|
||||||
self:_SwitchMenuForClient(player,"Info")
|
self:_SwitchMenuForClient(player,"Info")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user