Skip to content

Commit

Permalink
Add NPC#TARGETABLE_METADATA
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Jul 18, 2013
1 parent e7759fa commit 1b4cab5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public class CommandManager {
* (one for each alias) with the method.
*/
private final Map<String, Method> commands = new HashMap<String, Method>();

private Injector injector;
private final Map<Method, Object> instances = new HashMap<Method, Object>();
private final ListMultimap<Method, Annotation> registeredAnnotations = ArrayListMultimap.create();
Expand Down
1 change: 1 addition & 0 deletions src/main/java/net/citizensnpcs/api/npc/NPC.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,5 @@ public interface NPC extends Agent, Cloneable {
public static final String DEFAULT_PROTECTED_METADATA = "protected";
public static final String LEASH_PROTECTED_METADATA = "protected-leash";
public static final String RESPAWN_DELAY_METADATA = "respawn-delay";
public static final String TARGETABLE_METADATA = "protected-target";
}

0 comments on commit 1b4cab5

Please sign in to comment.