mirror of
https://e.coding.net/circlecloud/Yum.git
synced 2025-11-05 13:46:02 +00:00
@@ -142,7 +142,7 @@ public class DownloadManager {
|
|||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
pVer = "";
|
pVer = "";
|
||||||
}
|
}
|
||||||
sender.sendMessage("§6" + (pVer.isEmpty() ? "文件" : "插件") + ": §b" + file.getName() + (pVer.isEmpty() ? "" : " 版本 §e" + pVer) + " §a下载完成!");
|
sender.sendMessage("§6" + (pVer.isEmpty() ? "文件" : "插件") + ": §b" + file.getName() + (pVer.isEmpty() ? "" : " §a版本 §e" + pVer) + " §a下载完成!");
|
||||||
return true;
|
return true;
|
||||||
} catch (final Exception ex) {
|
} catch (final Exception ex) {
|
||||||
sender.sendMessage("§6异常: §c" + ex.getMessage());
|
sender.sendMessage("§6异常: §c" + ex.getMessage());
|
||||||
|
|||||||
Reference in New Issue
Block a user