From 3b9ca1dcc94e58d7e357cc227f597732ea838662 Mon Sep 17 00:00:00 2001 From: mfnalex Date: Sun, 12 Aug 2018 15:46:22 +0200 Subject: [PATCH] removed unused FileConfiguration --- src/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java b/src/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java index 4257e17..6b6a23e 100644 --- a/src/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java +++ b/src/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java @@ -4,14 +4,12 @@ import java.io.File; import java.util.HashMap; import java.util.Map; -import org.bukkit.configuration.file.FileConfiguration; import org.bukkit.entity.Player; import org.bukkit.plugin.java.JavaPlugin; public class JeffChestSortPlugin extends JavaPlugin { Map PerPlayerSettings = new HashMap(); - FileConfiguration config = getConfig(); JeffChestSortMessages msg; @Override