Allow Retainers to be watched with PlayerWatcher.

This commit is contained in:
Ottermandias 2021-10-12 13:05:47 +02:00
parent 0c135b574b
commit be404c79b3
2 changed files with 2 additions and 0 deletions

View file

@ -228,6 +228,7 @@ namespace Penumbra.PlayerWatch
ObjectKind.BattleNpc => false,
ObjectKind.EventNpc => false,
ObjectKind.Player => false,
ObjectKind.Retainer => false,
_ => true,
};
}