Fix wolf sitting

This commit is contained in:
fullwall 2014-01-24 22:41:05 +08:00
parent aec2107de2
commit 9c5e5394e3

View File

@ -158,5 +158,11 @@ public class WolfController extends MobEntityController {
public NPC getNPC() {
return npc;
}
@Override
public void setSitting(boolean sitting) {
getHandle().setSitting(sitting);
}
}
}