From 01223d44ef36888415485a1be13a4f2661900941 Mon Sep 17 00:00:00 2001 From: Lemon Date: Sat, 24 Mar 2018 20:44:09 +0500 Subject: [PATCH] that shouldn't have pushed.. --- .../me/totalfreedom/totalfreedommod/config/ConfigEntry.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/me/totalfreedom/totalfreedommod/config/ConfigEntry.java b/src/main/java/me/totalfreedom/totalfreedommod/config/ConfigEntry.java index 48383a44..7c296ba8 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/config/ConfigEntry.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/config/ConfigEntry.java @@ -1,7 +1,6 @@ package me.totalfreedom.totalfreedommod.config; import me.totalfreedom.totalfreedommod.TotalFreedomMod; -import org.bukkit.potion.PotionEffectType; import java.util.List; @@ -133,7 +132,6 @@ public enum ConfigEntry public String setString(String value) { getConfig().setString(this, value); - PotionEffectType type = PotionEffectType.ABSORPTION; return value; }