Right now loop removes all markers and recreates them from scratch every time. This takes much longer than just moving the marker to a new position. We could try to optimize this.
Main challenge would be to not leave any markers if e.g., player disconnects.
Right now loop removes all markers and recreates them from scratch every time. This takes much longer than just moving the marker to a new position. We could try to optimize this.
Main challenge would be to not leave any markers if e.g., player disconnects.