Closed GlennKintscher closed 7 years ago
This option helped me to fix the issue that songs have not been not loaded.
Example: Relay Key = O slam_relay.cfg: ...bind "o" "2"...
This line was not recognized by the recog function as "o" != "O". RegexOptions.IgnoreCase fixed this.
Nice catch. I didn't even know that CS:GO did this. Does it always save binds as lower case for you?
Yes, it does
This option helped me to fix the issue that songs have not been not loaded.
Example: Relay Key = O slam_relay.cfg: ...bind "o" "2"...
This line was not recognized by the recog function as "o" != "O". RegexOptions.IgnoreCase fixed this.