mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 20:56:40 +00:00
Forgot class paths, remove things lombok covers, and optimize imports
This commit is contained in:
@ -86,7 +86,7 @@ public class ServerInterface extends FreedomService
|
||||
|
||||
private MinecraftServer getServer()
|
||||
{
|
||||
return ((CraftServer) Bukkit.getServer()).getServer();
|
||||
return ((CraftServer)Bukkit.getServer()).getServer();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user