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

Commit

Permalink
0.0.2-preR3 RELEASE ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinitlyEvil committed May 17, 2015
1 parent fad25db commit 41a1a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -84,9 +84,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();
File fileConfig = new File(this.server.getConfigDir() + File.separator + "dragonet.yml");
if (!fileConfig.exists()) {
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ public final class DragonetVersioning {
public final static String DRAGONET_VERSION = "0.0.2-preR3";

public final static String MINECRAFT_PC_VERSION = "1.8.3";
public final static String MINECRAFT_PE_VERSION = "0.11.0b11";
public final static String MINECRAFT_PE_VERSION = "0.11.0 b9-11";
}

0 comments on commit 41a1a02

Please sign in to comment.