Scheduler update may have broken yaw updating on spawn

This commit is contained in:
fullwall 2012-09-03 15:42:54 +08:00
parent 0587b68db4
commit 5dd6b6d6b2

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;
}