mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
Forgot class paths, remove things lombok covers, and optimize imports
This commit is contained in:
@ -36,7 +36,7 @@ public class Announcer extends FreedomService
|
||||
announcements.clear();
|
||||
for (Object announcement : ConfigEntry.ANNOUNCER_ANNOUNCEMENTS.getList())
|
||||
{
|
||||
announcements.add(FUtil.colorize((String) announcement));
|
||||
announcements.add(FUtil.colorize((String)announcement));
|
||||
}
|
||||
|
||||
if (!enabled)
|
||||
|
Reference in New Issue
Block a user