From e9649d97431658f76d857192d536e9512026a2fd Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 4 Oct 2022 21:39:58 +0200 Subject: [PATCH] Fix warning --- .../unicopia/client/sound/MotionBasedSoundInstance.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/minelittlepony/unicopia/client/sound/MotionBasedSoundInstance.java b/src/main/java/com/minelittlepony/unicopia/client/sound/MotionBasedSoundInstance.java index c9fca697..24d360cd 100644 --- a/src/main/java/com/minelittlepony/unicopia/client/sound/MotionBasedSoundInstance.java +++ b/src/main/java/com/minelittlepony/unicopia/client/sound/MotionBasedSoundInstance.java @@ -2,7 +2,6 @@ package com.minelittlepony.unicopia.client.sound; import com.minelittlepony.unicopia.entity.player.Pony; -import net.minecraft.client.MinecraftClient; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.sound.SoundEvent; import net.minecraft.util.math.MathHelper;