From: Pieter-Jan Briers Date: Thu, 18 Dec 2025 09:13:35 +0000 (+0100) Subject: Fix loadout entity names not being exported/imported (#41891) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b4fa6f4a07a1cf6f1871cebaaa3d677ef94f7f8c;p=space-station-14.git Fix loadout entity names not being exported/imported (#41891) Fix entity names not being saved in loadouts. Just missing a [DataField] --- diff --git a/Content.Shared/Preferences/Loadouts/RoleLoadout.cs b/Content.Shared/Preferences/Loadouts/RoleLoadout.cs index d9f79f543a..6f77725f22 100644 --- a/Content.Shared/Preferences/Loadouts/RoleLoadout.cs +++ b/Content.Shared/Preferences/Loadouts/RoleLoadout.cs @@ -27,6 +27,7 @@ public sealed partial class RoleLoadout : IEquatable /// /// Loadout specific name. /// + [DataField] public string? EntityName; /*