[CI-SKIP] Saves one mixin
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
package io.akarin.server.mixin.core;
|
|
||||||
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.Overwrite;
|
|
||||||
|
|
||||||
import net.minecraft.server.PlayerList;
|
|
||||||
|
|
||||||
@Mixin(value = PlayerList.class, remap = false)
|
|
||||||
public abstract class MixinPlayerList {
|
|
||||||
@Overwrite
|
|
||||||
public void tick() {} // Migrated to slack service
|
|
||||||
}
|
|
||||||
@@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
"core.MixinWorld",
|
"core.MixinWorld",
|
||||||
"core.MixinMCUtil",
|
"core.MixinMCUtil",
|
||||||
"core.MixinPlayerList",
|
|
||||||
"core.MixinCommandBan",
|
"core.MixinCommandBan",
|
||||||
"core.MixinCommandKick",
|
"core.MixinCommandKick",
|
||||||
"core.MixinCraftServer",
|
"core.MixinCraftServer",
|
||||||
|
|||||||
Reference in New Issue
Block a user