1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-05 22:05:20 +02:00

Fixed fireballs sleeping on the job

This commit is contained in:
Nathan Adams 2011-11-23 03:33:53 +00:00
parent 03762600df
commit de7402ea8e

View file

@ -127,6 +127,7 @@ public class EntityFireball extends Entity {
}
if (movingobjectposition != null) {
this.a(movingobjectposition);
}
this.locX += this.motX;