mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 19:46:42 +00:00
Forgot class paths, remove things lombok covers, and optimize imports
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
package me.totalfreedom.totalfreedommod.punishments;
|
||||
|
||||
import com.google.common.collect.Sets;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
import java.util.ArrayList;
|
||||
import me.totalfreedom.totalfreedommod.FreedomService;
|
||||
import me.totalfreedom.totalfreedommod.TotalFreedomMod;
|
||||
import me.totalfreedom.totalfreedommod.util.FLog;
|
||||
import net.pravian.aero.config.YamlConfig;
|
||||
import com.google.common.collect.Sets;
|
||||
|
||||
public class PunishmentList extends FreedomService
|
||||
{
|
||||
|
Reference in New Issue
Block a user