Skip to content

Commit

Permalink
fix noted location identify
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 17, 2021
1 parent cce800a commit bc8a333
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -802,7 +802,7 @@ public String identify() {
}
String saved = getSaved(this);
if (saved != null) {
return saved;
return "l@" + saved;
}
return identifyRaw();
}
Expand Down

0 comments on commit bc8a333

Please sign in to comment.