Piotrekol / StreamCompanion

osu! information extractor, ranging from selected map info to live play data
MIT License
369 stars 59 forks source link

QUESTION: what is the significance of this if statement, and why is it a preprocessor directive? #403

Closed approachcircle closed 2 months ago

approachcircle commented 5 months ago

https://github.com/Piotrekol/StreamCompanion/blob/a219ebcfc85b91252ccc02885abc7ad47c452fa8/osu!StreamCompanion/Program.cs#L36-L38

surely this just ensures no multiple instances are spawned considering it always evaluates to false?