Oheers / EvenMoreFish

An advanced fishing plugin based on MoreFish, created 2 years after its last update.
MIT License
91 stars 56 forks source link

Fix GUI Issue #333

Closed FireML closed 1 month ago

FireML commented 1 month ago

Fixes an issue reported on Discord: "people were just able to somehow get the sell item in the gui"

The GUI items were being updated asynchronously for some reason so i removed the async. (This was unsafe anyway) This seems to have fixed the problem.