Skip to content

Commit

Permalink
Fix entity identification
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 30, 2014
1 parent bff740f commit fd71ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/aufdemrand/denizen/objects/dEntity.java
Expand Up @@ -1016,7 +1016,7 @@ public String identify() {
// return "e@" + getSaved(this);

else if (isSpawned())
return "e@" + entity.getEntityId();
return "e@" + entity.getUniqueId().toString();
}

// Try to identify as an entity script
Expand Down

0 comments on commit fd71ee2

Please sign in to comment.