Starting to convert old search functions to new ones
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user