Actually use new config option
This commit is contained in:
parent
74a798816c
commit
85349573d9
@ -86,6 +86,9 @@ public sealed class GearsetterPlugin : IDalamudPlugin
|
|||||||
|
|
||||||
private unsafe void TerritoryChanged(ushort territory)
|
private unsafe void TerritoryChanged(ushort territory)
|
||||||
{
|
{
|
||||||
|
if (!_configuration.ShowRecommendationsWhenEnteringGcArea)
|
||||||
|
return;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var playerState = PlayerState.Instance();
|
var playerState = PlayerState.Instance();
|
||||||
|
Loading…
Reference in New Issue
Block a user