mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix looting bug
This commit is contained in:
@@ -63,7 +63,7 @@ int32 FName::Compare(const FName& Other) const
|
||||
} */
|
||||
}
|
||||
|
||||
return 0;
|
||||
return GetComparisonIndexFast() < Other.GetComparisonIndexFast();
|
||||
}
|
||||
|
||||
std::string FName::ToString()
|
||||
|
||||
Reference in New Issue
Block a user