fix s11 idk

This commit is contained in:
Milxnor
2023-04-06 18:27:24 -04:00
parent 0aa6c49580
commit 50ab07dd1f
31 changed files with 642 additions and 235 deletions

View File

@@ -16,7 +16,7 @@ float UFortItemDefinition::GetMaxStackSize()
{
static auto MaxStackSizeOffset = this->GetOffset("MaxStackSize");
bool bIsScalableFloat = Engine_Version >= 424; // idk
bool bIsScalableFloat = Fortnite_Version >= 12; // idk
if (!bIsScalableFloat)
return Get<int>(MaxStackSizeOffset);