mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 17:45:08 +02: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:
@@ -218,7 +218,7 @@ public class Commandspawnmob extends EssentialsCommand
|
|||||||
EntityWolf wolf = ((CraftWolf) spawned).getHandle();
|
EntityWolf wolf = ((CraftWolf) spawned).getHandle();
|
||||||
wolf.d(true);
|
wolf.d(true);
|
||||||
wolf.a((PathEntity) null);
|
wolf.a((PathEntity) null);
|
||||||
wolf.b(true);
|
wolf.setSitting(true);
|
||||||
wolf.health = 20;
|
wolf.health = 20;
|
||||||
wolf.a(user.getName());
|
wolf.a(user.getName());
|
||||||
wolf.world.a(wolf, (byte) 7);
|
wolf.world.a(wolf, (byte) 7);
|
||||||
|
Reference in New Issue
Block a user