From 17e2020f14df544f4c11efe6cb4384745f834ff1 Mon Sep 17 00:00:00 2001 From: Valtos Date: Sun, 8 Sep 2024 07:00:32 +0300 Subject: [PATCH] Hotfix loadouts (#689) * govno HD * hotfix loadouts * fuck --- Content.Shared/Preferences/Loadouts/RoleLoadout.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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); }