mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
squad comms
squad comms, ltms now work less (this will return better in a later update), performance, fixed some versions, fixed vulnerabilities
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
{
|
||||
auto& PrimaryQuickBarSlots = PrimaryQuickBar->GetSlots();
|
||||
|
||||
for (int i = 0; i < PrimaryQuickBarSlots.Num(); i++)
|
||||
for (int i = 0; i < PrimaryQuickBarSlots.Num(); ++i)
|
||||
{
|
||||
auto Slot = PrimaryQuickBarSlots.AtPtr(i, FQuickBarSlot::GetStructSize());
|
||||
|
||||
@@ -98,7 +98,7 @@ public:
|
||||
{
|
||||
auto& SecondaryQuickBarSlots = SecondaryQuickBar->GetSlots();
|
||||
|
||||
for (int i = 0; i < SecondaryQuickBarSlots.Num(); i++)
|
||||
for (int i = 0; i < SecondaryQuickBarSlots.Num(); ++i)
|
||||
{
|
||||
auto Slot = SecondaryQuickBarSlots.AtPtr(i, FQuickBarSlot::GetStructSize());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user