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