mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 11:38:29 +01:00
Fixed fireballs sleeping on the job
This commit is contained in:
parent
03762600df
commit
de7402ea8e
@ -127,6 +127,7 @@ public class EntityFireball extends Entity {
|
||||
}
|
||||
|
||||
if (movingobjectposition != null) {
|
||||
this.a(movingobjectposition);
|
||||
}
|
||||
|
||||
this.locX += this.motX;
|
||||
|
Loading…
Reference in New Issue
Block a user