mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Current State.
This commit is contained in:
parent
a5998b84ba
commit
2ce8076e9a
20 changed files with 226 additions and 359 deletions
|
|
@ -548,7 +548,7 @@ public class CommandService : IDisposable, IApiService
|
|||
if (baseValue != null)
|
||||
{
|
||||
var v = baseValue.Value;
|
||||
if (set.Type(customizeIndex) is CharaMakeParams.MenuType.ListSelector)
|
||||
if (set.Type(customizeIndex) is MenuType.ListSelector)
|
||||
--v;
|
||||
set.DataByValue(customizeIndex, new CustomizeValue(v), out var data, customize.Face);
|
||||
if (data != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue