ccpp icon indicating copy to clipboard operation
ccpp copied to clipboard

`!SIG_COMPETITION` definition doesn't work

Open fentras opened this issue 3 years ago • 0 comments

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_COMPETITION fails
  • !SIG_COMPETITION && TMNEXT fails
  • !SIG_COMPETITION fails
  • !SIG_COMPETITION || MP4 fails
  • !SIG_COMPETITION && !MP4 fails
  • TMNEXT || !SIG_COMPETITION works
  • !SIG_COMPETITION || TMNEXT works

https://user-images.githubusercontent.com/26721650/198904121-6b5751a1-d637-4144-9384-3614f0884147.mp4

fentras avatar Oct 30 '22 22:10 fentras