[TASK] Improved the Server loader

This commit is contained in:
JKetelaar
2016-01-09 20:02:20 +01:00
parent a6ad52824e
commit ce92e7389f
5 changed files with 56 additions and 32 deletions
@@ -56,10 +56,8 @@ public class PublicServerExecuter extends ServerExecuter {
serverProviderInfo.getCRC32() + ".jar");
final String jarUrl = Configuration.GET_SERVER_PROVIDER
+ this.serverName;
System.out.println(jarUrl);
Core.verbose("Downloading: " + jarUrl + " ...");
if(destination.exists()) {
Core.verbose("Found cached server provider [CRC32: " + serverProviderInfo.getCRC32() + "]");