mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Add default implementation for IBotsComparer
This commit is contained in:
parent
185d7adccf
commit
90e9f47899
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ public interface IBotsComparer : IPlugin {
|
|||
/// Unless you know what you're doing, you should not implement this property yourself and let ASF decide.
|
||||
/// </summary>
|
||||
/// <returns>Comparer that will be used for the bots, as well as bot regexes.</returns>
|
||||
StringComparer BotsComparer { get; }
|
||||
StringComparer BotsComparer => StringComparer.Ordinal;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue