removed movement for the moment

This commit is contained in:
StevenRS11 2013-05-27 08:23:10 -04:00
parent 1233e2a040
commit a737fb8dd3

View file

@ -145,7 +145,7 @@ public class MobObelisk extends EntityFlying implements IMob
this.moveEntity(this.posX=this.posX+(posX-destX)/200, this.posY=this.posY+(posY+destY)/200, this.posZ=this.posZ+(posZ+destZ)/200);
// this.moveEntity(this.posX=this.posX+(posX-destX)/200, this.posY=this.posY+(posY+destY)/200, this.posZ=this.posZ+(posZ+destZ)/200);
}