Skip to content

Commit

Permalink
Fix npc.script metadata
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
mcmonkey4eva committed Aug 9, 2013
1 parent 2ad2d07 commit 0f998ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/aufdemrand/denizen/objects/dNPC.java
Expand Up @@ -365,7 +365,7 @@ && getCitizen().getTrait(Anchors.class).getAnchor(attribute.getContext(1)) != nu

// <--
// <npc.script> -> dScript
// returns the NPC's previous navigated location.
// returns the NPC's assigned script.
// -->
if (attribute.startsWith("script")) {
NPC citizen = getCitizen();
Expand Down

0 comments on commit 0f998ac

Please sign in to comment.