mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
that shouldn't have pushed..
This commit is contained in:
parent
3576a9bb6e
commit
01223d44ef
@ -1,7 +1,6 @@
|
|||||||
package me.totalfreedom.totalfreedommod.config;
|
package me.totalfreedom.totalfreedommod.config;
|
||||||
|
|
||||||
import me.totalfreedom.totalfreedommod.TotalFreedomMod;
|
import me.totalfreedom.totalfreedommod.TotalFreedomMod;
|
||||||
import org.bukkit.potion.PotionEffectType;
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@ -133,7 +132,6 @@ public enum ConfigEntry
|
|||||||
public String setString(String value)
|
public String setString(String value)
|
||||||
{
|
{
|
||||||
getConfig().setString(this, value);
|
getConfig().setString(this, value);
|
||||||
PotionEffectType type = PotionEffectType.ABSORPTION;
|
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user