Remove some comments.

This commit is contained in:
MistPhizzle 2014-09-10 17:01:37 -04:00
parent f06ec10cdb
commit bb80cc0c7a

View file

@ -64,7 +64,6 @@ public class ProjectKorra extends JavaPlugin {
MetricsLite metrics = new MetricsLite(this);
metrics.start();
} catch (IOException e) {
// Failed to submit the stats :-(
}
Methods.deserializeFile();
@ -74,9 +73,6 @@ public class ProjectKorra extends JavaPlugin {
@Override
public void onDisable() {
// for (Player player: Bukkit.getOnlinePlayers()) {
// Methods.saveBendingPlayer(player.getName());
// }
Methods.stopBending();
DBConnection.sql.close();
}