Skip to content

Commit

Permalink
fix meta typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 19, 2019
1 parent 695096c commit 6fd7b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -220,6 +220,7 @@ else if (attribute.startsWith("king")) {
// @description
// Returns the nation's name.
// @Plugin DepenizenBukkit, Towny
// -->
else if (attribute.startsWith("name")) {
return new Element(nation.getName())
.getAttribute(attribute.fulfill(1));
Expand Down
Expand Up @@ -99,6 +99,7 @@ public String getAttribute(Attribute attribute) {
// @description
// Returns the name of the arena.
// @Plugin DepenizenBukkit, PVPArena
// -->
if (attribute.startsWith("name")) {
return new Element(arena.getName()).getAttribute(attribute.fulfill(1));
}
Expand Down

0 comments on commit 6fd7b81

Please sign in to comment.