mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:07:21 +01:00
fix c+ bullshit
This commit is contained in:
parent
c4e3e1cf93
commit
7f0f122b75
3 changed files with 474 additions and 474 deletions
|
|
@ -52,7 +52,7 @@ public sealed class IpcCallerCustomize : IIpcCaller
|
|||
if (gameObj is Character c)
|
||||
{
|
||||
_logger.LogTrace("CustomizePlus reverting for {chara}", c.Address.ToString("X"));
|
||||
_customizePlusRevertCharacter!.InvokeAction(c);
|
||||
_customizePlusRevertCharacter!.InvokeFunc(c);
|
||||
}
|
||||
}).ConfigureAwait(false);
|
||||
}
|
||||
|
|
@ -69,7 +69,7 @@ public sealed class IpcCallerCustomize : IIpcCaller
|
|||
_logger.LogTrace("CustomizePlus applying for {chara}", c.Address.ToString("X"));
|
||||
if (scale.IsNullOrEmpty())
|
||||
{
|
||||
_customizePlusRevertCharacter!.InvokeAction(c);
|
||||
_customizePlusRevertCharacter!.InvokeFunc(c);
|
||||
return null;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue