Skip to content

Release 2.36 - Bugfix

Compare
Choose a tag to compare
@polarathene polarathene released this 13 Nov 01:56
· 37 commits to master since this release

One bug fix by reverting to 2.32 version for _menulobbyrenderer.lua. (Bug report)


Dev notes:
The bugs caused by 2.33 were due to self._player_slots = {} in _missionbriefinggui which is avoidable but the "reduction" /hook did not provide much value. With _menulobbyrenderer, the issue was that self:_entered_menu() gets called at the end preventing an easy reduction via hook. Bad Overkill!