More work on patch-both-repositories.py

This commit is contained in:
2024-11-04 17:26:38 -05:00
parent c3a5cbe3c5
commit 194765f030
3 changed files with 43 additions and 18 deletions

View File

@@ -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;