Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Oct 30, 2024
1 parent a462b30 commit b2dd1c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xmlparser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ def text(text_string)
def tag_end(name)
# This is called once per element by REXML in games.rb
# https://ruby-doc.org/stdlib-2.6.1/libdoc/rexml/rdoc/REXML/StreamListener.html

begin
if @game =~ /^DR/
if name == 'compass' and $nav_seen
Expand Down

0 comments on commit b2dd1c4

Please sign in to comment.