Update build

This commit is contained in:
HaHaWTH
2023-10-17 00:50:10 +08:00
parent 32b694cbb0
commit aec1277ab3
2 changed files with 1 additions and 2 deletions
@@ -221,7 +221,6 @@ public class GuiCaptchaHandler implements Listener{
// 构建玩家统计数据文件路径
File statsFile = new File(statsFolder, File.separator + playerUUID + ".json");
// 删除玩家统计数据文件
if (statsFile.exists()) {
statsFile.delete();
}