Update to Meteor-Rejects to 1.21.10
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
@@ -13,6 +13,6 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||
public class ClientPlayerInteractionManagerMixin {
|
||||
@Inject(method = "stopUsingItem", at = @At("HEAD"))
|
||||
public void onStopUsingItem(PlayerEntity player, CallbackInfo ci) {
|
||||
MeteorClient.EVENT_BUS.post(StopUsingItemEvent.get(player.getInventory().getMainHandStack()));
|
||||
MeteorClient.EVENT_BUS.post(StopUsingItemEvent.get(player.getMainHandStack()));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user