mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Remove some comments.
This commit is contained in:
parent
f06ec10cdb
commit
bb80cc0c7a
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue