mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Merge pull request #227 from InitialDet/master
PluginLog inside OnFrameworkUpdate
This commit is contained in:
commit
0af0449814
1 changed files with 4 additions and 0 deletions
|
|
@ -301,7 +301,11 @@ internal class PlayerWatchBase : IDisposable
|
|||
|
||||
var id = GetId( character );
|
||||
SeenActors.Add( id );
|
||||
|
||||
#if DEBUG
|
||||
PluginLog.Verbose( "Comparing Gear for {PlayerName:l} ({Id}) at 0x{Address:X}...", character.Name, id, character.Address.ToInt64() );
|
||||
#endif
|
||||
|
||||
if( !watch.FoundActors.TryGetValue( id, out var equip ) )
|
||||
{
|
||||
equip = new CharacterEquipment( character );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue