mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-20 14:21:20 +01:00
Scheduler update may have broken yaw updating on spawn
This commit is contained in:
parent
0587b68db4
commit
5dd6b6d6b2
@ -35,7 +35,7 @@ public class CitizensHumanNPC extends CitizensNPC implements Equipable {
|
|||||||
// set the head yaw in another tick - if done immediately,
|
// set the head yaw in another tick - if done immediately,
|
||||||
// minecraft will not update it.
|
// minecraft will not update it.
|
||||||
}
|
}
|
||||||
});
|
}, 1);
|
||||||
handle.getBukkitEntity().setSleepingIgnored(true);
|
handle.getBukkitEntity().setSleepingIgnored(true);
|
||||||
return handle;
|
return handle;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user