From 47a73ac24d8fe1efc08067718f5a56034313a232 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 23 Jun 2016 01:44:21 +0200 Subject: [PATCH] Rename continues --- .../thebuttonmcchat/commands/ucmds/admin/UpdatePlugin.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/io/github/norbipeti/thebuttonmcchat/commands/ucmds/admin/UpdatePlugin.java b/src/io/github/norbipeti/thebuttonmcchat/commands/ucmds/admin/UpdatePlugin.java index 7ace2ab..53d9b57 100644 --- a/src/io/github/norbipeti/thebuttonmcchat/commands/ucmds/admin/UpdatePlugin.java +++ b/src/io/github/norbipeti/thebuttonmcchat/commands/ucmds/admin/UpdatePlugin.java @@ -26,9 +26,9 @@ public class UpdatePlugin extends AdminCommandBase { URL url; try { url = new URL( - "https://github.com/NorbiPeti/thebuttonmcchat/raw/master/TheButtonAutoFlair.jar"); + "https://github.com/NorbiPeti/thebuttonmcchat/raw/master/TheButtonMCChat.jar"); //TODO: Save with this name FileUtils.copyURLToFile(url, new File( - "plugins/TheButtonAutoFlair.jar")); + "plugins/TheButtonMCChat.jar")); sender.sendMessage("Updating done!"); } catch (MalformedURLException e) { System.out.println("Error!\n" + e);