mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix practically every version since i broke it last commit
This commit is contained in:
@@ -49,10 +49,10 @@ public:
|
||||
{
|
||||
static auto CosmeticLoadoutPCOffset = this->GetOffset("CosmeticLoadoutPC", false);
|
||||
|
||||
if (CosmeticLoadoutPCOffset == 0)
|
||||
if (CosmeticLoadoutPCOffset == -1)
|
||||
CosmeticLoadoutPCOffset = this->GetOffset("CustomizationLoadout");
|
||||
|
||||
if (CosmeticLoadoutPCOffset == 0)
|
||||
if (CosmeticLoadoutPCOffset == -1)
|
||||
return nullptr;
|
||||
|
||||
auto CosmeticLoadout = this->GetPtr<FFortAthenaLoadout>(CosmeticLoadoutPCOffset);
|
||||
|
||||
Reference in New Issue
Block a user