Implemented Issue#73: Enchant Player enchantments - show enchanted player

This commit is contained in:
magenoxx 2013-01-14 18:57:13 +04:00
parent 17b8619b3e
commit 55f40d2e9d
7 changed files with 64 additions and 5 deletions

View file

@ -38,7 +38,7 @@ public class ArrowBuilder {
private int currentHeight;
public enum Type {
PAIRED, SOURCE, TARGET, COMBAT;
PAIRED, SOURCE, TARGET, COMBAT, ENCHANT_PLAYERS;
}
/**