mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
Dude 💀
This commit is contained in:
@@ -68,8 +68,8 @@ public:
|
||||
for (int i = 0; i < Names->Num(); ++i)
|
||||
{
|
||||
auto& Pair = Names->At(i);
|
||||
auto& Name = Pair.Key();
|
||||
auto Value = Pair.Value();
|
||||
auto& Name = Pair.Key;
|
||||
auto Value = Pair.Value;
|
||||
|
||||
if (Name.ComparisonIndex.Value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user