mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-14 11:11:42 +01:00
0a77d27a1b
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).