test
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Fri Feb 03 16:29:04 CET 2012
|
#Fri Feb 03 16:29:04 CET 2012
|
||||||
build.number=72
|
build.number=72
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ public class Webserver {
|
|||||||
|
|
||||||
this.server = HttpServer.create(this.address, 0);
|
this.server = HttpServer.create(this.address, 0);
|
||||||
XmlStats.LogDebug("Created webserver.");
|
XmlStats.LogDebug("Created webserver.");
|
||||||
|
|
||||||
this.server.createContext("/user_list.xml", new UserList());
|
this.server.createContext("/user_list.xml", new UserList());
|
||||||
XmlStats.LogDebug("Created context /user_list.xml.");
|
XmlStats.LogDebug("Created context /user_list.xml.");
|
||||||
|
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ public class XmlStats extends JavaPlugin {
|
|||||||
if (registerTemp != null && registerTemp.getClass().getName().equals("com.nijikokun.register.Register") && registerTemp.isEnabled() && Methods.hasMethod()) return true;
|
if (registerTemp != null && registerTemp.getClass().getName().equals("com.nijikokun.register.Register") && registerTemp.isEnabled() && Methods.hasMethod()) return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if is Achievements hooked.
|
* Checks if is Achievements hooked.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user