ForTheCrown / FTC

ForTheCrown SMP's plugin code
https://www.forthecrown.net/docs/
3 stars 1 forks source link

CollisionSystem is a bit effed #36

Closed JulieWoolie closed 10 months ago

JulieWoolie commented 10 months ago

Walking into a trigger causes a player to interact 100 times with it. Other issues seem to be popping up in places where the CollisionSystem class is used. Might be a problem with an internal buffer (Storing the same entry multiple times or the buffer not being cleared) Or issues stemming from the player move event

JulieWoolie commented 10 months ago

Turns out I forgot to set a listenerRegistered value to true :x