Remove unit conversion

This commit is contained in:
Németh Noel 2021-06-27 22:45:05 +02:00
parent adf0e06888
commit 811531da70

View File

@ -1727,10 +1727,6 @@ public class Entity implements Viewable, Tickable, EventHandler<EntityEvent>, Da
this.gravityDragPerTick = 0.02; this.gravityDragPerTick = 0.02;
break; break;
} }
// Values are in blocks/tick, convert them to blocks/second
gravityAcceleration *= MinecraftServer.TICK_PER_SECOND;
gravityDragPerTick *= MinecraftServer.TICK_PER_SECOND;
} }
public enum Pose { public enum Pose {