Fixed mixin class types

This commit is contained in:
2025-04-27 15:37:14 +02:00
parent 8808df1cf1
commit 4988a91e70
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ import org.spongepowered.asm.mixin.injection.ModifyArg;
import wtf.hak.survivalfabric.config.ConfigManager;
@Mixin(ServerPlayNetworkHandler.class)
public abstract class ServerPlayNetworkHandlerMixin {
public class ServerPlayNetworkHandlerMixin {
/**
* Modify quit message

View File

@ -10,7 +10,7 @@ import wtf.hak.survivalfabric.commands.SpectatorCommand;
import wtf.hak.survivalfabric.config.ConfigManager;
@Mixin(ServerPlayerEntity.class)
public abstract class ServerPlayerEntityMixin {
public class ServerPlayerEntityMixin {
/**
* Change player list name if enabled