mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
s1 & s2
This commit is contained in:
@@ -51,6 +51,9 @@ public:
|
||||
if (CosmeticLoadoutPCOffset == 0)
|
||||
CosmeticLoadoutPCOffset = this->GetOffset("CustomizationLoadout");
|
||||
|
||||
if (CosmeticLoadoutPCOffset == 0)
|
||||
return nullptr;
|
||||
|
||||
auto CosmeticLoadout = this->GetPtr<FFortAthenaLoadout>(CosmeticLoadoutPCOffset);
|
||||
|
||||
return CosmeticLoadout;
|
||||
|
||||
Reference in New Issue
Block a user