Skip to content

Commit

Permalink
Merge pull request #151 from clementop/skill-close-walk
Browse files Browse the repository at this point in the history
#140 skill guides close on walk
  • Loading branch information
TheBlackParade authored Jun 3, 2020
2 parents acfb399 + d7d164f commit ef61156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/skills/skill-guide-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function loadGuide(player: Player, guideId: number, subGuideId: number = 0, refr
player.activeWidget = {
widgetId: widgets.skillGuide,
type: 'SCREEN',
closeOnWalk: false
closeOnWalk: true
};
player.metadata['activeSkillGuide'] = guideId;
}
Expand Down

0 comments on commit ef61156

Please sign in to comment.