Forgot class paths, remove things lombok covers, and optimize imports

This commit is contained in:
ZeroEpoch1969
2018-07-31 00:01:29 -07:00
parent 1f9078b702
commit 2716e2500b
126 changed files with 285 additions and 630 deletions

View File

@ -42,7 +42,7 @@ public class RankManager extends FreedomService
return getRank(sender); // Consoles don't have display ranks
}
final Player player = (Player) sender;
final Player player = (Player)sender;
// Display impostors
if (plugin.al.isAdminImpostor(player))
@ -80,7 +80,7 @@ public class RankManager extends FreedomService
{
if (sender instanceof Player)
{
return getRank((Player) sender);
return getRank((Player)sender);
}
// CONSOLE?