Tinter / Tinter-Furniture

Script to return the furniture from space
GNU General Public License v3.0
13 stars 4 forks source link

Add a minimum distance since last check #30

Open Tinter opened 5 months ago

Tinter commented 5 months ago

If a player is just standing still, it is a waste to run nearObjects when we could deduce that nothing would change. We could check do a much cheaper check against the position to only update once we have moved a significant distance.