remove unnecessary mixin!!
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 3m17s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 3m17s
This commit is contained in:
parent
cfbd75b67e
commit
e532d4aa18
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue