cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
195 stars 32 forks source link

Fix HasDiscPrefix #64

Closed lenaschoenburg closed 3 years ago

lenaschoenburg commented 3 years ago

This function used the inverse check (HasNoDiscPrefix) and was then used incorrectly. This changes the check to match the name and fixes the usage in ExtractDiscPrefix.


This change is Reviewable

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 0bdea543 and detected 0 issues on this pull request.

View more on Code Climate.