Fix warning

This commit is contained in:
Sollace 2022-10-04 21:39:58 +02:00
parent 1b59d8a018
commit e9649d9743

View file

@ -2,7 +2,6 @@ package com.minelittlepony.unicopia.client.sound;
import com.minelittlepony.unicopia.entity.player.Pony; import com.minelittlepony.unicopia.entity.player.Pony;
import net.minecraft.client.MinecraftClient;
import net.minecraft.entity.player.PlayerEntity; import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.sound.SoundEvent; import net.minecraft.sound.SoundEvent;
import net.minecraft.util.math.MathHelper; import net.minecraft.util.math.MathHelper;