mirror of
https://e.coding.net/circlecloud/Yum.git
synced 2024-11-22 06:18:46 +00:00
修改提示...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
5f69c0abbd
commit
902147bac3
@ -142,7 +142,7 @@ public class DownloadManager {
|
||||
} catch (final Exception e) {
|
||||
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;
|
||||
} catch (final Exception ex) {
|
||||
sender.sendMessage("§6异常: §c" + ex.getMessage());
|
||||
|
Loading…
Reference in New Issue
Block a user