mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
a lot
fix looting s5, fix mcp skins on <S9, add team map markers to s8+, add nomcp to s5, add something that should fix some issues on a lot of versions
This commit is contained in:
@@ -165,6 +165,9 @@ void UObject::AddToRoot()
|
||||
|
||||
bool UObject::IsValidLowLevel()
|
||||
{
|
||||
if (std::floor(Fortnite_Version) == 5) // real 1:1
|
||||
return true;
|
||||
|
||||
if (this == nullptr)
|
||||
{
|
||||
// UE_LOG(LogUObjectBase, Warning, TEXT("NULL object"));
|
||||
|
||||
Reference in New Issue
Block a user