check for framework thread on running actions, fix palette+ constantly sending update for chara data to create
This commit is contained in:
@@ -581,7 +581,7 @@ public sealed class IpcManager : DisposableMediatorSubscriberBase
|
||||
|
||||
private void OnPalettePlusPaletteChange(Character character, string palette)
|
||||
{
|
||||
Mediator.Publish(new PalettePlusMessage());
|
||||
Mediator.Publish(new PalettePlusMessage(character));
|
||||
}
|
||||
|
||||
private void PenumbraDispose()
|
||||
|
||||
Reference in New Issue
Block a user