More work on patch-both-repositories.py
This commit is contained in:
@@ -21,6 +21,9 @@ UClass *UlxTangibleManager::GetTangibleClass(const FString &name) {
|
||||
if (name.IsEmpty()) {
|
||||
return nullptr;
|
||||
}
|
||||
if (name == TEXT("unknown")) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
FString path(TEXT("/Game/Tangibles/"));
|
||||
path += name;
|
||||
|
||||
Reference in New Issue
Block a user