mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
Forgot class paths, remove things lombok covers, and optimize imports
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
package me.totalfreedom.totalfreedommod.config;
|
||||
|
||||
import me.totalfreedom.totalfreedommod.TotalFreedomMod;
|
||||
|
||||
import java.util.List;
|
||||
import me.totalfreedom.totalfreedommod.TotalFreedomMod;
|
||||
|
||||
|
||||
public enum ConfigEntry
|
||||
@ -175,7 +174,7 @@ public enum ConfigEntry
|
||||
@SuppressWarnings("unchecked")
|
||||
public List<String> getStringList()
|
||||
{
|
||||
return (List<String>) getList();
|
||||
return (List<String>)getList();
|
||||
}
|
||||
|
||||
private MainConfig getConfig()
|
||||
|
Reference in New Issue
Block a user