StreamCompanion
StreamCompanion copied to clipboard
QUESTION: what is the significance of this if statement, and why is it a preprocessor directive?
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?