Update turning circles plugin#10027
Conversation
Fix issues with plugin not working when started with player already on their boat by checking varbits every frame.
|
Internal use only: Reviewer details Maintainer details |
Are you sure this is necessary? could you first try making the boolean |
Set varbits once on startup and then only when they change
|
Hi @iProdigy I went back and revisited - now only setting on startup and then when they change. I'm new to plugin development, is checking varbits each frame quite expensive? Appreciate your help. |
Thank you
It's cheap (constant-time lookup from the |
Fix issues with plugin not working when started with player already on their boat by checking varbits every frame.