Skip to content

Commit

Permalink
override toString in dAreaShop
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 27, 2018
1 parent 4facccd commit 71b1ff5
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -89,6 +89,11 @@ public dObject setPrefix(String prefix) {
return this;
}

@Override
public String toString() {
return identify();
}

public GeneralRegion getAreaShop() {
return areaShop;
}
Expand Down

0 comments on commit 71b1ff5

Please sign in to comment.