Remove workaround for super-super-class remapping bug
This commit is contained in:
@@ -41,18 +41,16 @@ public class InputReplayTimer extends WrappedTimer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
//#if MC>=11300
|
public void beginRenderTick(
|
||||||
//#if MC>=11400
|
//#if MC>=11300
|
||||||
// FIXME this should be handled by the preprocessor but there seems to be a bug
|
long sysClock
|
||||||
public void beginRenderTick(long sysClock) {
|
//#endif
|
||||||
//#else
|
) {
|
||||||
//$$ public void updateTimer(long sysClock) {
|
super.beginRenderTick(
|
||||||
//#endif
|
//#if MC>=11300
|
||||||
super.beginRenderTick(sysClock);
|
sysClock
|
||||||
//#else
|
//#endif
|
||||||
//$$ public void updateTimer() {
|
);
|
||||||
//$$ super.updateTimer();
|
|
||||||
//#endif
|
|
||||||
|
|
||||||
// 1.7.10: We have to run the scheduled executables (ours only) because MC would only run them every tick
|
// 1.7.10: We have to run the scheduled executables (ours only) because MC would only run them every tick
|
||||||
//#if MC<=10710
|
//#if MC<=10710
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ buildscript {
|
|||||||
'e93f77b4' // FG 1.2
|
'e93f77b4' // FG 1.2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
classpath 'com.github.replaymod:preprocessor:6be682c'
|
classpath 'com.github.replaymod:preprocessor:eb4fac9'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user