Skip to content

Commit

Permalink
Tiny fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcernat committed Sep 15, 2013
1 parent 26580b9 commit cc14f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/aufdemrand/denizen/objects/dPlayer.java
Expand Up @@ -519,6 +519,7 @@ else if (attribute.startsWith("list.offline")) {
/////////////////

// Player is required to be online after this point...
if (!isOnline()) return new Element(identify()).getAttribute(attribute);

/////////////////////
// CITIZENS ATTRIBUTES
Expand Down

0 comments on commit cc14f58

Please sign in to comment.