Skip to content

Commit

Permalink
修改通知级
Browse files Browse the repository at this point in the history
  • Loading branch information
0XPYEX0 committed Jan 8, 2024
1 parent 391c12d commit b91e7e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public default String readPluginPattern() {
File f = new File(getDataFolder(), "pattern.txt");
File folder = f.getParentFile();
if (folder.exists() && folder.isFile()) {
Logging.info("错误: 插件目录下已存在CnUsername文件,且非文件夹");
Logging.warning("错误: 插件目录下已存在CnUsername文件,且非文件夹");
return null;
}
if (!f.exists()) {
Expand Down

0 comments on commit b91e7e8

Please sign in to comment.