mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
fix 18.40 cone &e diting :)
This commit is contained in:
@@ -140,7 +140,7 @@ public:
|
||||
|
||||
for (int i = 0; i < StartingItems.Num(); ++i)
|
||||
{
|
||||
auto& StartingItem = StartingItems.at(i);
|
||||
auto& StartingItem = StartingItems.at(i, FItemAndCount::GetStructSize());
|
||||
|
||||
(*Inventory)->AddItem(StartingItem.GetItem(), nullptr, StartingItem.GetCount());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user