Re-Enable watchdog

This commit is contained in:
JFronny 2021-08-23 22:32:48 +02:00
parent 96772d9985
commit d1cf35c9c6
No known key found for this signature in database
GPG Key ID: BEC5ACBBD4EE17E5
2 changed files with 0 additions and 21 deletions

View File

@ -1,20 +0,0 @@
package io.gitlab.jfronny.yescheat.mixin;
import net.minecraft.server.dedicated.DedicatedServerWatchdog;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Overwrite;
@Mixin(DedicatedServerWatchdog.class)
public class DedicatedServerWatchdogMixin {
/**
* @author JFronny
*/
@Overwrite
public void run() { }
/**
* @author JFronny
*/
@Overwrite
private void shutdown() {}
}

View File

@ -5,7 +5,6 @@
"compatibilityLevel": "JAVA_16",
"mixins": [
"ChestBlockMixin",
"DedicatedServerWatchdogMixin",
"EnchantmentHelperMixin",
"EulaReaderMixin",
"Generic3x3ContainerScreenHandlerMixin",