mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Allow Retainers to be watched with PlayerWatcher.
This commit is contained in:
parent
0c135b574b
commit
be404c79b3
2 changed files with 2 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ namespace Penumbra.PlayerWatch
|
|||
ObjectKind.BattleNpc => false,
|
||||
ObjectKind.EventNpc => false,
|
||||
ObjectKind.Player => false,
|
||||
ObjectKind.Retainer => false,
|
||||
_ => true,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue