Fix the failing build

This commit is contained in:
Brady 2019-02-23 17:04:14 -06:00
parent e4416f424a
commit bd65e32407
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 0 additions and 4 deletions

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