Whoops put the wrong names

This commit is contained in:
xen-42 2025-01-07 14:31:56 -05:00
parent fa3e4a7a64
commit 82e4a8755d

View File

@ -711,7 +711,7 @@ namespace NewHorizons.External.Configs
{ {
var socketQuantumGroups = Props.quantumGroups.Where(x => x.type == QuantumGroupType.Sockets).Select(x => new SocketQuantumGroupInfo() var socketQuantumGroups = Props.quantumGroups.Where(x => x.type == QuantumGroupType.Sockets).Select(x => new SocketQuantumGroupInfo()
{ {
rename = "Quantum Shuffle - " + x.id, rename = "Quantum Sockets - " + x.id,
sockets = x.sockets, sockets = x.sockets,
details = Props.details.Where(y => y.quantumGroupID == x.id).Select(x => new QuantumDetailInfo(x)).ToArray() details = Props.details.Where(y => y.quantumGroupID == x.id).Select(x => new QuantumDetailInfo(x)).ToArray()
}); });
@ -721,7 +721,7 @@ namespace NewHorizons.External.Configs
} }
var stateQuantumGroups = Props.quantumGroups.Where(x => x.type == QuantumGroupType.States).Select(x => new StateQuantumGroupInfo() var stateQuantumGroups = Props.quantumGroups.Where(x => x.type == QuantumGroupType.States).Select(x => new StateQuantumGroupInfo()
{ {
rename = "Quantum State - " + x.id, rename = "Quantum States - " + x.id,
hasEmptyState = x.hasEmptyState, hasEmptyState = x.hasEmptyState,
loop = x.loop, loop = x.loop,
sequential = x.sequential, sequential = x.sequential,