Get pathing module compiling

This commit is contained in:
Jonas Herzig
2019-03-01 11:55:00 +01:00
parent c1fefdeb3c
commit 641014b0d1
5 changed files with 29 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ public class WrappedTimer extends Timer {
to.lastSyncSysClock = from.lastSyncSysClock;
to.elapsedPartialTicks = from.elapsedPartialTicks;
//#if MC>=11200
// FIXME (should be good to go once AT are applied) to.tickLength = from.tickLength;
to.tickLength = from.tickLength;
//#else
//$$ to.ticksPerSecond = from.ticksPerSecond;
//$$ to.lastHRTime = from.lastHRTime;