mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix autopickup
This commit is contained in:
@@ -12,8 +12,8 @@ struct FAthenaMatchTeamStats
|
||||
|
||||
static auto GetStructSize() { return GetStruct()->GetPropertiesSize(); }
|
||||
|
||||
int Place; // 0x0000(0x0004) (Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int TotalPlayers; // 0x0004(0x0004) (Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
int Place;
|
||||
int TotalPlayers;
|
||||
|
||||
int& GetPlace()
|
||||
{
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
|
||||
static UClass* StaticClass()
|
||||
{
|
||||
static auto Class = FindObject<UClass>("/Script/FortniteGame.AthenaPlayerMatchReport");
|
||||
static auto Class = FindObject<UClass>(L"/Script/FortniteGame.AthenaPlayerMatchReport");
|
||||
return Class;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user