SilentSys / SLAM

Source Live Audio Mixer
MIT License
390 stars 128 forks source link

Fixed song not loading #69

Closed GlennKintscher closed 7 years ago

GlennKintscher commented 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.

SilentSys commented 7 years ago

Nice catch. I didn't even know that CS:GO did this. Does it always save binds as lower case for you?

GlennKintscher commented 7 years ago

Yes, it does