forked from RepoMirrors/baritone
Fix the failing build
This commit is contained in:
parent
e4416f424a
commit
bd65e32407
|
@ -40,10 +40,6 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|||
@Mixin(EntityPlayerSP.class)
|
||||
public class MixinEntityPlayerSP {
|
||||
|
||||
private IBaritone baritone() {
|
||||
return
|
||||
}
|
||||
|
||||
@Inject(
|
||||
method = "sendChatMessage",
|
||||
at = @At("HEAD"),
|
||||
|
|
Loading…
Reference in New Issue