Skip to content

Commit

Permalink
screenshotplugin: fix Hunter levelup widget ignoring toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderhenne committed May 3, 2018
1 parent 3c49663 commit fd3cab9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public void hideWidgets(WidgetHiddenChanged event)
switch (TO_GROUP(widget.getId()))
{
case LEVEL_UP_GROUP_ID:
case DIALOG_SPRITE_GROUP_ID:
if (!config.screenshotLevels())
{
return;
Expand Down

0 comments on commit fd3cab9

Please sign in to comment.