Added disguise leash hitch

This commit is contained in:
Andrew
2013-11-08 09:29:32 +13:00
parent aae8903644
commit 534fd07cda
2 changed files with 5 additions and 0 deletions

View File

@@ -199,6 +199,9 @@ public class LibsDisguises extends JavaPlugin {
case FIREBALL:
name = "LargeFireball";
break;
case LEASH_HITCH:
name = "Leash";
break;
default:
break;
}