mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixing menus
This commit is contained in:
parent
95112e8818
commit
e04b434fcb
@ -804,7 +804,7 @@ function DATABASE:_EventOnPlayerLeaveUnit( Event )
|
|||||||
if self.PLAYERS[PlayerName] then
|
if self.PLAYERS[PlayerName] then
|
||||||
self:E( { "Player Left:", PlayerName } )
|
self:E( { "Player Left:", PlayerName } )
|
||||||
local Settings = SETTINGS:Set( PlayerName )
|
local Settings = SETTINGS:Set( PlayerName )
|
||||||
--Settings:RemovePlayerMenu( Event.IniUnit )
|
Settings:RemovePlayerMenu( Event.IniUnit )
|
||||||
self:DeletePlayer( Event.IniUnit, PlayerName )
|
self:DeletePlayer( Event.IniUnit, PlayerName )
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user