mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-31 18:01:49 +00:00
that shouldn't have pushed..
This commit is contained in:
parent
3576a9bb6e
commit
01223d44ef
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue