mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
Fix loadout entity names not being exported/imported (#41891)
Fix entity names not being saved in loadouts. Just missing a [DataField]
This commit is contained in:
committed by
GitHub
parent
c93fea42dd
commit
b4fa6f4a07
@@ -27,6 +27,7 @@ public sealed partial class RoleLoadout : IEquatable<RoleLoadout>
|
||||
/// <summary>
|
||||
/// Loadout specific name.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public string? EntityName;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user