kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
316 stars 64 forks source link

Fix tellJson logic for handling Conversable instances #249

Closed ElroyKR closed 11 months ago

ElroyKR commented 11 months ago

Removed the redundant else block. This ensures that if the sender is not a conversing Conversable, the message will be sent normally.

kangarko commented 11 months ago

Thank you!