1
0
Fork 0

remove comment (TEST COMMIT 2 after migration)

This commit is contained in:
Sen 2025-08-21 13:48:01 +02:00
parent 74550575d1
commit 985345db52
Signed by: sen
GPG key ID: C5CD21609D930517

View file

@ -14,7 +14,6 @@ public class AIFlyingBoxAttack extends EntityAIBase
public AIFlyingBoxAttack(EntityNPC entity) public AIFlyingBoxAttack(EntityNPC entity)
{ {
this.entity = entity; this.entity = entity;
// this.setMutexBits(3);
} }
public boolean shouldExecute() public boolean shouldExecute()