Fixed library imports

This commit is contained in:
Bartek Wreczycki
2023-03-08 23:43:58 +00:00
committed by GitHub
parent dc83d546b8
commit aa027cfa31

View File

@@ -11,6 +11,8 @@ import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.block.Block;
import org.bukkit.entity.Player;
import org.jflac.sound.spi.Flac2PcmAudioInputStream;
import org.jflac.sound.spi.FlacAudioFileReader;
import javax.annotation.Nullable;
import javax.sound.sampled.*;