diff --git a/Content.Shared/Preferences/Loadouts/RoleLoadout.cs b/Content.Shared/Preferences/Loadouts/RoleLoadout.cs index 2f8877e3cc..2094011873 100644 --- a/Content.Shared/Preferences/Loadouts/RoleLoadout.cs +++ b/Content.Shared/Preferences/Loadouts/RoleLoadout.cs @@ -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); }