mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
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:
parent
f1f3d2fec5
commit
8954dff5d0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue