mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:27:21 +01:00
check for framework thread on running actions, fix palette+ constantly sending update for chara data to create
This commit is contained in:
parent
48b28c7fe9
commit
d2c3f5cdc6
5 changed files with 51 additions and 23 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue