mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
Dude 💀
This commit is contained in:
@@ -78,9 +78,9 @@ public:
|
||||
|
||||
for (auto& AwardEntry : AwardEntriesAtElimMap)
|
||||
{
|
||||
if (AwardEntry.First == Value)
|
||||
if (AwardEntry.Key == Value)
|
||||
{
|
||||
return AwardEntry.Second;
|
||||
return AwardEntry.Value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user