mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-24 21:51:49 +01:00
enable some string BannedApis
This commit is contained in:
parent
577f17eb1b
commit
2cbb8b9e22
9 changed files with 20 additions and 20 deletions
|
|
@ -475,7 +475,7 @@ internal unsafe class UiDebug
|
|||
var name = unitBase->NameString;
|
||||
if (searching)
|
||||
{
|
||||
if (name == null || !name.ToLower().Contains(searchStr.ToLower())) continue;
|
||||
if (name == null || !name.ToLowerInvariant().Contains(searchStr.ToLowerInvariant())) continue;
|
||||
}
|
||||
|
||||
noResults = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue