Replace enchantment timer CT with mixin magic

This commit is contained in:
johni0702
2015-08-05 12:20:09 +02:00
parent 83e5344448
commit e03610bcef
5 changed files with 17 additions and 87 deletions

View File

@@ -19,7 +19,6 @@ public class EnchantmentTimer {
recordingTime += amount;
}
@SuppressWarnings("unused") // Called by ASM
public static long getEnchantmentTime() {
if(!(ReplayHandler.isInPath() && ReplayProcess.isVideoRecording())) {
if(ReplayHandler.isInReplay()) {