Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Oct 30, 2024
1 parent 7d90b67 commit 7e03faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xmlparser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def tag_end(name)
end

if (name == 'popStream')
@dr_active_spell_tracking = false
@dr_active_spell_tracking = false if @dr_active_spell_tracking
end

if name == 'inv'
Expand Down

0 comments on commit 7e03faa

Please sign in to comment.