Re-Enable watchdog
This commit is contained in:
parent
96772d9985
commit
d1cf35c9c6
@ -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() {}
|
|
||||||
}
|
|
@ -5,7 +5,6 @@
|
|||||||
"compatibilityLevel": "JAVA_16",
|
"compatibilityLevel": "JAVA_16",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"ChestBlockMixin",
|
"ChestBlockMixin",
|
||||||
"DedicatedServerWatchdogMixin",
|
|
||||||
"EnchantmentHelperMixin",
|
"EnchantmentHelperMixin",
|
||||||
"EulaReaderMixin",
|
"EulaReaderMixin",
|
||||||
"Generic3x3ContainerScreenHandlerMixin",
|
"Generic3x3ContainerScreenHandlerMixin",
|
||||||
|
Loading…
Reference in New Issue
Block a user