Bug Modifier Maximizer not remembering selection after executing an action

bladezephon

New member
Just noticed this in r27320 today. . . When I try to use the modifier maximizer it resets to 'mainstat' after every action.

Makes selectively implementing it's suggestions very annoying as you have to re-search manually
 

Ryo_Sangnoir

Developer
Staff member
Try running
Code:
ash set_property("maximizerMRUList", property_default_value("maximizerMRUList"))
.

Sometimes when you maximize with a string that contains a semi-colon (e.g. for the papier-mache items) the MRU list breaks because it uses ; as a separator. But sometimes it doesn't.
 

Magus_Prime

Well-known member
I ran into this in January of this year. That misadventure's fuller explanation may be found here. The fix, for me, was the command above.
 
Top