Missing remap

This commit is contained in:
IzzelAliz 2021-01-30 18:19:59 +08:00
parent f052efd30f
commit b0b2d380c2

View File

@ -12,7 +12,7 @@ import java.util.function.Supplier;
@Mixin(PacketDistributor.class)
public class PacketDistributorMixin {
@Overwrite
@Overwrite(remap = false)
private Consumer<IPacket<?>> playerConsumer(Supplier<ServerPlayerEntity> entityPlayerMPSupplier) {
return p -> {
ServerPlayerEntity entity = entityPlayerMPSupplier.get();