ccpp
ccpp copied to clipboard
`!SIG_COMPETITION` definition doesn't work
For some reason when you check !SIG_COMPETITION it doesn't pass the statement. I've attached a video with different examples on what works and fails. You can see how Setting_OverlayScaling error shows up when I modify the statement (the error shouldn't appear).
What I've tried (testing on Trackmania 2020 in Developer Mode):
TMNEXT && !SIG_COMPETITIONfails!SIG_COMPETITION && TMNEXTfails!SIG_COMPETITIONfails!SIG_COMPETITION || MP4fails!SIG_COMPETITION && !MP4failsTMNEXT || !SIG_COMPETITIONworks!SIG_COMPETITION || TMNEXTworks
https://user-images.githubusercontent.com/26721650/198904121-6b5751a1-d637-4144-9384-3614f0884147.mp4