mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Fix other options displaying the same option multiple times.
This commit is contained in:
parent
24d4e9fac6
commit
331b7fbc1d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ public class ModMetaEditor(ModManager modManager)
|
||||||
private readonly HashSet<RspManipulation> _rsp = [];
|
private readonly HashSet<RspManipulation> _rsp = [];
|
||||||
private readonly HashSet<GlobalEqpManipulation> _globalEqp = [];
|
private readonly HashSet<GlobalEqpManipulation> _globalEqp = [];
|
||||||
|
|
||||||
public sealed class OtherOptionData : List<string>
|
public sealed class OtherOptionData : HashSet<string>
|
||||||
{
|
{
|
||||||
public int TotalCount;
|
public int TotalCount;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue