Colored detector rail keeps ON state after player equipped with signal exited the minecart
T3sT3ro opened this issue ยท 4 comments
This is only occurring because the minecart is stationary. I encountered this during development and sadly there is no easy fix. Most likely this will never be fixed.
What about detecting player triggered events?
- player dismounts a cart - force recheck of rail
- player scrolls through the EQ - force recheck (it turns out, that when you switch equipped signal when stationary it just updates to ON, but never to OFF)
I think that solves 99% of cases. Other 1% are probably some edge cases when player logs out, is somehow forced to dismount etc. but they should appear rarely and can be done later.
Good idea, that would work. Is there a particular use case you need this for? I may fix this with the next patch, but probably not soon.