Skip to content

Commit

Permalink
Oh golly...
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortifier42 committed Jan 18, 2016
1 parent 731c6c9 commit 3389343
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,7 +15,7 @@
public class EssentialsItemExtension extends dObjectExtension {

public static boolean describes(dObject item) {
return item instanceof dItem && ((dPlayer) item).isOnline();
return item instanceof dItem;
}

public static EssentialsItemExtension getFrom(dObject item) {
Expand Down Expand Up @@ -46,7 +46,7 @@ public String getAttribute(Attribute attribute) {
// -->
if (attribute.startsWith("worth")) {
// <--[tag]
// @attribute <i@item.worth.quantity[<Element>]>
// @attribute <i@item.worth.quantity[<#>]>
// @returns Element(Decimal)
// @description
// Returns the amount of money the quantity specified of this item is worth in Essentials.
Expand Down

0 comments on commit 3389343

Please sign in to comment.