mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
i broke the whole project but its fine
complete pickup rewrite, idle pawns
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
|
||||
FFortAthenaLoadout* AFortPlayerPawn::GetCosmeticLoadout()
|
||||
{
|
||||
static auto CosmeticLoadoutOffset = GetOffset("CosmeticLoadout");
|
||||
static auto CosmeticLoadoutOffset = GetOffset("CosmeticLoadout", false);
|
||||
|
||||
if (CosmeticLoadoutOffset == -1)
|
||||
CosmeticLoadoutOffset = GetOffset("CustomizationLoadout");
|
||||
|
||||
if (CosmeticLoadoutOffset == -1)
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user