remove unnecessary mixin!!
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 3m17s

This commit is contained in:
Daniella / Tove 2024-06-10 11:38:06 +02:00
parent cfbd75b67e
commit e532d4aa18
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -16,9 +16,6 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
@Mixin(EntityPlayerSP.class)
public class MixinEntityPlayerSP extends AbstractClientPlayer {
@Shadow
protected Minecraft mc;
public MixinEntityPlayerSP(World worldIn, GameProfile playerProfile) {
super(worldIn, playerProfile);
}