mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-22 08:29:20 +01:00
Make crests more quiet.
This commit is contained in:
parent
fcca756e20
commit
a900219ede
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ public sealed unsafe class CrestService : EventWrapper<Action<Actor, CrestFlag,
|
||||||
crestFlags = (byte)(newValue.Value ? crestFlags | (byte)slot : crestFlags & (byte)~slot);
|
crestFlags = (byte)(newValue.Value ? crestFlags | (byte)slot : crestFlags & (byte)~slot);
|
||||||
}
|
}
|
||||||
|
|
||||||
Glamourer.Log.Information(
|
Glamourer.Log.Verbose(
|
||||||
$"Called CrestChange on {(ulong)character:X} with {crestFlags:X} and prior flags {((Actor)character).CrestBitfield}.");
|
$"Called CrestChange on {(ulong)character:X} with {crestFlags:X} and prior flags {((Actor)character).CrestBitfield}.");
|
||||||
using var _ = _inUpdate.EnterMethod();
|
using var _ = _inUpdate.EnterMethod();
|
||||||
_crestChangeHook.Original(character, crestFlags);
|
_crestChangeHook.Original(character, crestFlags);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue