Starting to convert old search functions to new ones

This commit is contained in:
2026-03-29 01:14:58 -04:00
parent 2ad86bac1d
commit 843e16b177
18 changed files with 62 additions and 64 deletions

View File

@@ -77,7 +77,7 @@ FString WingUtils::CheckProposedName(const FString &ExternalID)
{
UWingServer::Printf(TEXT("ERROR: id %s would not be a readable id, may not create item with this name"),
*ExternalID);
UWingServer::SuggestManual(WingManual::Section::IdentifierSanitization);
UWingServer::SuggestManual(WingManual::Section::EscapeSequences);
return FString();
}
return InternalID;