Fix the failing build

This commit is contained in:
Brady
2019-02-23 17:04:14 -06:00
parent e4416f424a
commit bd65e32407

View File

@@ -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"),