check for framework thread on running actions, fix palette+ constantly sending update for chara data to create

This commit is contained in:
Stanley Dimant
2023-03-15 09:52:33 +01:00
parent 48b28c7fe9
commit d2c3f5cdc6
5 changed files with 51 additions and 23 deletions

View File

@@ -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()