Merge remote-tracking branch 'upstream/master' into ups

This commit is contained in:
Jabak
2024-09-08 13:16:26 +03:00
73 changed files with 5487 additions and 5535 deletions

View File

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