mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-08 00:11:30 +01: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
@ -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 New Issue
Block a user