0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 09:16:20 +02:00

Fix broken import

This commit is contained in:
Alexander01998 2020-08-21 12:04:58 +02:00
parent 55d791ed83
commit 6a423e26f0

View File

@ -9,8 +9,8 @@ package net.wurstclient.other_features;
import io.netty.buffer.Unpooled;
import net.fabricmc.fabric.impl.networking.CustomPayloadC2SPacketAccessor;
import net.minecraft.network.PacketByteBuf;
import net.minecraft.network.packet.c2s.play.CustomPayloadC2SPacket;
import net.minecraft.util.PacketByteBuf;
import net.wurstclient.DontBlock;
import net.wurstclient.events.PacketOutputListener.PacketOutputEvent;
import net.wurstclient.other_feature.OtherFeature;