9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-21 16:09:21 +00:00

Update BackUp.java

This commit is contained in:
XiaoMoMi
2022-05-25 10:18:28 +08:00
committed by GitHub
parent a47a0b7a4c
commit 285bfcd5c0

View File

@@ -22,7 +22,13 @@ public class BackUp {
try {
BackUp.backUp(crop_data,cropBackUp);
} catch (IOException e) {
e.printStackTrace();
}
try {
BackUp.backUp(sprinkler_data,sprinklerBackUp);
} catch (IOException e) {
e.printStackTrace();
}