Missed one function rename of the wolf entity

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1248 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo 2011-04-21 09:45:59 +00:00
parent f1f3d2fec5
commit 8954dff5d0

View file

@ -218,7 +218,7 @@ public class Commandspawnmob extends EssentialsCommand
EntityWolf wolf = ((CraftWolf) spawned).getHandle();
wolf.d(true);
wolf.a((PathEntity) null);
wolf.b(true);
wolf.setSitting(true);
wolf.health = 20;
wolf.a(user.getName());
wolf.world.a(wolf, (byte) 7);