mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-21 18:15:51 +01:00
Add applyEffectsFromBlocks
This commit is contained in:
parent
cd98ed3539
commit
2c25291676
@ -144,6 +144,7 @@ public class EntityHumanNPC extends ServerPlayer implements NPCHolder, Skinnable
|
||||
moveOnCurrentHeading();
|
||||
}
|
||||
tickAI();
|
||||
applyEffectsFromBlocks();
|
||||
noPhysics = isSpectator();
|
||||
if (isSpectator()) {
|
||||
onGround = false;
|
||||
|
Loading…
Reference in New Issue
Block a user