Fix wrong import

This commit is contained in:
filoghost 2021-04-04 16:11:42 +02:00
parent f97c21e645
commit dc567af24c

View File

@ -5,7 +5,7 @@
*/
package me.filoghost.holographicdisplays.bridge.protocollib;
import com.google.common.base.Preconditions;
import me.filoghost.fcommons.Preconditions;
import me.filoghost.fcommons.logging.ErrorCollector;
import me.filoghost.fcommons.logging.Log;
import me.filoghost.holographicdisplays.core.hologram.StandardHologram;