cleanup Settings

This commit is contained in:
DNx5
2015-09-14 18:58:37 +07:00
parent 550cffcc42
commit 0768642e85
4 changed files with 63 additions and 87 deletions
@@ -517,11 +517,7 @@ public class AdminCommand implements CommandExecutor {
if (Settings.applyBlindEffect)
target.addPotionEffect(new PotionEffect(PotionEffectType.BLINDNESS, Settings.getRegistrationTimeout * 20, 2));
m.send(target, "unregistered");
} else {
// Player isn't online, do nothing else
}
} else {
// Player does not exist, do nothing else
}
m.send(sender, "unregistered");
ConsoleLogger.info(args[1] + " unregistered");