版本更新至:3.79

新增:/tlm inv paste 命令增加 "-a", "-b" 两个参数,用于调整背包覆盖方式
调整:EntityTag 工具删除 remove 方法的无用参数
This commit is contained in:
坏黑
2018-03-13 21:44:45 +08:00
parent fb58c9838f
commit 0179e269b5
6 changed files with 41 additions and 14 deletions

View File

@@ -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()));