Skip to content

Commit

Permalink
Identify null materials as i@air
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 6, 2015
1 parent ec97454 commit 70bcfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/aufdemrand/denizen/objects/dItem.java
Expand Up @@ -477,7 +477,7 @@ public String debug() {
@Override
public String identify() {

if (item == null) return "null";
if (item == null) return "i@air";

if (item.getTypeId() != 0) {

Expand Down

0 comments on commit 70bcfd3

Please sign in to comment.