I think this one liner fixes the problem...  The menu got removed. And
it shouldn't. It can stay ...
This commit is contained in:
FlightControl 2017-03-31 11:48:47 +02:00
parent 4dbab26b5f
commit f68fec303a

View File

@ -729,7 +729,8 @@ function SCORING:OnEventPlayerLeaveUnit( Event )
if Event.IniUnit then
local Menu = self:GetState( Event.IniUnit, "ScoringMenu" ) -- Core.Menu#MENU_GROUP
if Menu then
Menu:Remove()
-- TODO: Check if this fixes #281.
--Menu:Remove()
end
end
end