13
0
geforkt von Mirrors/Paper

Fixed fireballs sleeping on the job

Dieser Commit ist enthalten in:
Nathan Adams 2011-11-23 03:33:53 +00:00
Ursprung 03762600df
Commit de7402ea8e

Datei anzeigen

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