mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Add missing import
This commit is contained in:
parent
65a4ef7ee5
commit
303aa77901
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import org.bukkit.potion.PotionData;
|
|||
import org.bukkit.potion.PotionType;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
public class FlatItemDbProvider extends ItemDbProvider {
|
||||
private static Gson gson = new Gson();
|
||||
|
|
Loading…
Reference in a new issue