mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Replaces GLOB.poi_list |= src and GLOB.poi_list -= src with an element that handles it directly. More consistent code, especially when a lot of code couldn't decide how to add/remove (some |=, some -=, some .Remove, etc).