Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Content.Client.Clickable
|
||||
var pathStr = obj.Path.ToString();
|
||||
foreach (var path in IgnoreTexturePaths)
|
||||
{
|
||||
if (pathStr.StartsWith(path))
|
||||
if (pathStr.StartsWith(path, StringComparison.Ordinal))
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user