Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Commit

Permalink
ready for release 0.0.1-preR4
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinitlyEvil committed Dec 3, 2014
1 parent 3d85897 commit 9e59439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/dragonet/DragonetServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public DragonetServer(GlowServer server) {
*/
public void initialize(){
/* Uncomment following 3 lines when release */
//this.logger.info("Sending statistic... ");
//StatisticSender statSender = new StatisticSender(DragonetVersioning.DRAGONET_VERSION, System.currentTimeMillis());
//statSender.sendStatistic();
this.logger.info("Sending statistic... ");
StatisticSender statSender = new StatisticSender(DragonetVersioning.DRAGONET_VERSION, System.currentTimeMillis());
statSender.sendStatistic();
Configuration config = YamlConfiguration.loadConfiguration(new File(this.server.getConfigDir() + File.separator + "dragonet.yml"));
this.threadPool = Executors.newFixedThreadPool(64);
String ip = config.getString("server-ip", "0.0.0.0");
Expand Down

0 comments on commit 9e59439

Please sign in to comment.