v0.6.2
Changes in 0.6.2
Fixed
- OverTheCounter's route picker closes again without choosing. Right-click, which is what the mod's own
community repatch picked after 0.4.6 removed the Escape and Back buttons.
Installing by hand: Polyfill.Boot.dll goes into Plugins/, Polyfill.dll into Mods/. The plugin
does the work and has to be a plugin - it runs before any mod is read - so a copy of it in Mods/ is
ignored by MelonLoader. The mod only adds the console commands and can be left out.
Polyfill patches the game, not your mods. Your own files are never changed, and polyfillrestore in
the console takes the patch back out on the next launch.
What's Changed
- fix(inject): the renamed type is put back on the way IN as well by @DooDesch in #24
- fix(fixes): a deleted button gets the stand-in its own author chose by @DooDesch in #25
Full Changelog: v0.6.1...v0.6.2