md5sha256 / AreaShop

A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
GNU General Public License v3.0
25 stars 8 forks source link

Fixed getResellPrice unsetted when ResoldRegionEvent is notified #22

Closed o0sh4d0w0o closed 11 months ago

o0sh4d0w0o commented 11 months ago

When ResoldRegionEvent it appears getResellPrice from the region was not even setted due the previous disableReselling() method call. I fixed it by calling this after the notify.

md5sha256 commented 11 months ago

Thanks!