Oops - remove debug

This commit is contained in:
Sotr
2019-05-14 13:03:35 +08:00
parent 6e5df77560
commit d153994a97

View File

@@ -604,7 +604,6 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
}
public void move(EnumMoveType enummovetype, double d0, double d1, double d2) {
System.out.print("move");
if (this.noclip) {
this.a(this.getBoundingBox().d(d0, d1, d2));
this.recalcPosition();