版本更新至:3.79
新增:/tlm inv paste 命令增加 "-a", "-b" 两个参数,用于调整背包覆盖方式 调整:EntityTag 工具删除 remove 方法的无用参数
This commit is contained in:
@@ -112,7 +112,6 @@ public class FileUtils {
|
||||
if (_file1.isDirectory()) {
|
||||
for (File file : _file1.listFiles()) {
|
||||
if (file.isDirectory()) {
|
||||
file.getName();
|
||||
copyAllFile(file.getAbsolutePath(), file2 + "/" + file.getName());
|
||||
} else {
|
||||
fileChannelCopy(file, new File(file2 + "/" + file.getName()));
|
||||
|
||||
Reference in New Issue
Block a user