mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
Fixed fireballs sleeping on the job
This commit is contained in:
@@ -127,6 +127,7 @@ public class EntityFireball extends Entity {
|
||||
}
|
||||
|
||||
if (movingobjectposition != null) {
|
||||
this.a(movingobjectposition);
|
||||
}
|
||||
|
||||
this.locX += this.motX;
|
||||
|
Reference in New Issue
Block a user