It's so dumb when some mystery class in some codebase im working on just deletes something or calls a function I never expect leaving me to dig around figuring out where things are going
@binkle Im working on Minetest and let me tell you there are so many fucking virtual classes and multiple inherited shit that I'm sitting here grepping to figure things out only to realize it sets some shitty global variable I didn't see. I have no clue where things are.