mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-08-04 19:46:38 +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);
|
MetricsLite metrics = new MetricsLite(this);
|
||||||
metrics.start();
|
metrics.start();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
// Failed to submit the stats :-(
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Methods.deserializeFile();
|
Methods.deserializeFile();
|
||||||
|
@ -74,9 +73,6 @@ public class ProjectKorra extends JavaPlugin {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onDisable() {
|
public void onDisable() {
|
||||||
// for (Player player: Bukkit.getOnlinePlayers()) {
|
|
||||||
// Methods.saveBendingPlayer(player.getName());
|
|
||||||
// }
|
|
||||||
Methods.stopBending();
|
Methods.stopBending();
|
||||||
DBConnection.sql.close();
|
DBConnection.sql.close();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue