Scheduler update may have broken yaw updating on spawn

This commit is contained in:
fullwall 2012-09-03 15:42:54 +08:00
parent d43ee95408
commit 9d33257deb

View File

@ -35,7 +35,7 @@ public class CitizensHumanNPC extends CitizensNPC implements Equipable {
// set the head yaw in another tick - if done immediately,
// minecraft will not update it.
}
});
}, 1);
handle.getBukkitEntity().setSleepingIgnored(true);
return handle;
}