that shouldn't have pushed..

This commit is contained in:
Lemon 2018-03-24 20:44:09 +05:00 committed by GitHub
parent 3576a9bb6e
commit 01223d44ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}