[TASK] Added server to provider download

This commit is contained in:
JKetelaar
2017-04-02 19:54:45 +02:00
parent 16b05b7973
commit 1f6c41e96d
2 changed files with 2 additions and 2 deletions
@@ -54,7 +54,7 @@ public class PublicServerExecuter extends ServerExecuter {
final File destination = new File(Directories.getCachePath(),
serverProviderInfo.getCRC32() + ".jar");
final String jarUrl = String.format(Configuration.GET_SERVER_PROVIDER, Configuration.BOT_VERSION.isNightly());
final String jarUrl = String.format(Configuration.GET_SERVER_PROVIDER, Configuration.BOT_VERSION.isNightly(), serverName);
Core.verbose("Downloading: " + jarUrl + " ...");