mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 05:04:16 +01:00
Add CrestService.
This commit is contained in:
parent
3177e6ca29
commit
668d4c033f
6 changed files with 100 additions and 10 deletions
|
|
@ -490,7 +490,7 @@ public class StateListener : IDisposable
|
|||
private void OnVisorChange(Model model, Ref<bool> value)
|
||||
{
|
||||
// Skip updates when in customize update.
|
||||
if (ChangeCustomizeService.InUpdate.IsValueCreated && ChangeCustomizeService.InUpdate.Value)
|
||||
if (ChangeCustomizeService.InUpdate.InMethod)
|
||||
return;
|
||||
|
||||
// Find appropriate actor and state.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue