mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
perforamce + fix chapter 2 match starting
This commit is contained in:
@@ -32,7 +32,7 @@ std::pair<std::vector<UFortItem*>, std::vector<UFortItem*>> AFortInventory::AddI
|
||||
|
||||
auto MaxStackSize = ItemDefinition->GetMaxStackSize();
|
||||
|
||||
bool bAllowMultipleStacks = true;
|
||||
bool bAllowMultipleStacks = ItemDefinition->DoesAllowMultipleStacks();
|
||||
int OverStack = 0;
|
||||
|
||||
std::vector<UFortItem*> NewItemInstances;
|
||||
|
||||
Reference in New Issue
Block a user