mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-04 05:54:43 +01:00
Fixed fireballs sleeping on the job
This commit is contained in:
parent
03762600df
commit
de7402ea8e
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ public class EntityFireball extends Entity {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (movingobjectposition != null) {
|
if (movingobjectposition != null) {
|
||||||
|
this.a(movingobjectposition);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.locX += this.motX;
|
this.locX += this.motX;
|
||||||
|
|
Loading…
Reference in a new issue