mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-07 15:20:12 +01:00
085e2bb2b3
`area.contents` loops over everything in the world to collect its list, every time. We need to avoid it where possible. Lemon already working on a PR to cache it. In the distant future we will lint this. This was a useless consumer of it. It cost 0.1s to index contents twice like this.