tubbo / openrct2-benchwarmer

An OpenRCT2 plugin that adds alternating benches and bins to your park's footpaths with a single click.
MIT License
38 stars 9 forks source link

Fix Bin Number Change in OpenRCT2 #82

Closed tubbo closed 4 months ago

tubbo commented 6 months ago

As a result of openrct2/openrct2#20177, we no longer need to mess with the index number of the selected bin or bench. Adding the + 1 here was breaking functionality on newer versions of OpenRCT2, and its removal has been confirmed to work, so we're codifying it in the plugin now.

Shoutouts to @KyuuGryphon, @Soma91, and @JensMakerAdventures for finding the fix for this one! Much obliged.

Fixes #76