1
0
Fork 0

remove comment (TEST COMMIT 3 after migration)

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

View file

@ -25,7 +25,6 @@ public class AIFireballAttack extends EntityAIBase
this.delay = delay; this.delay = delay;
this.distance = distance; this.distance = distance;
this.velocity = velocity; this.velocity = velocity;
// this.setMutexBits(3);
} }
public boolean shouldExecute() public boolean shouldExecute()