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

Commit

Permalink
quick release R5
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinitlyEvil committed Jun 24, 2015
1 parent 582e873 commit f75882b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/dragonet/DragonetServer.java
Expand Up @@ -105,9 +105,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();
this.logger.info("Starting Dragonet Server version " + DragonetVersioning.DRAGONET_VERSION + "... ");
File fileConfig = new File(this.server.getConfigDir() + File.separator + "dragonet.yml");
if (!fileConfig.exists()) {
Expand Down

0 comments on commit f75882b

Please sign in to comment.