mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: remove annoying log
This commit is contained in:
parent
412a335b93
commit
f6a68bac6e
1 changed files with 1 additions and 2 deletions
|
|
@ -75,9 +75,8 @@ namespace Dalamud.Game.Internal
|
|||
|
||||
private IntPtr AtkUnitBaseReceiveGlobalEventDetour(AtkUnitBase* thisPtr, ushort cmd, uint a3, IntPtr a4, uint* a5)
|
||||
{
|
||||
Log.Information($"cmd:{cmd} a3:{a3} a4:{a4:x} a5:{*a5}");
|
||||
|
||||
var di = Service<DalamudInterface>.Get();
|
||||
|
||||
// "Close Addon"
|
||||
if (cmd == 12 && di.WindowSystem.HasAnyFocus)
|
||||
return IntPtr.Zero;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue