Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Jan 17, 2025
1 parent 34aacbd commit 473797b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nexus.lic
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ class Nexus
end

def get_room(town)
room = get_data('town')[town]['nexus']['id']
return room
return get_data('town')[town]['nexus']['id']
end
end

Expand Down

0 comments on commit 473797b

Please sign in to comment.