Hotfix loadouts (#689)

* govno HD

* hotfix loadouts

* fuck
This commit is contained in:
Valtos
2024-09-08 07:00:32 +03:00
committed by GitHub
parent a4aa306c8d
commit 17e2020f14

View File

@@ -80,12 +80,12 @@ public sealed class RoleLoadout
continue; continue;
} }
// Validate the loadout can be applied (e.g. points). // Похуй FIXME
if (!IsValid(profile, session, loadout.Prototype, collection, out _)) //if (!IsValid(profile, session, loadout.Prototype, collection, out _))
{ // {
loadouts.RemoveAt(i); // loadouts.RemoveAt(i);
continue; // continue;
} // }
Apply(loadoutProto); Apply(loadoutProto);
} }