Replace enchantment timer CT with mixin magic
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user