TownyAdvanced / MapTowny

A Towny add-on Bukkit plugin that enables towns to show up on a web-map.
MIT License
22 stars 18 forks source link

Fix Bukkit scheduler being used in API methods #64

Closed Warriorrrr closed 3 weeks ago

Warriorrrr commented 1 month ago

Using the API to re-render specific towns was failing on Folia due to the bukkit scheduler being used.

silverwolfg11 commented 3 weeks ago

Thanks for catching this! I think I'm going to go with a slightly different approach of exposing and using the abstracted scheduler directly, so I'm going to go ahead and close the PR. But I definitely didn't catch the issue before you made a PR, so thanks again!