Skip to content

Commit

Permalink
First run: Restore Backup if available.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoyRA committed Jul 24, 2021
1 parent 4404227 commit f8b91dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PNLauncher/src/symlink.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ public void chckPre() {


if (chckFiles.isEmpty()) {
if (new File("Ayria/PNL/" + cur).exists()) {
moveFiles(1, cur);
}
if (cur.equals("H1")) {
H1PrtlUpd();
}
Expand Down

0 comments on commit f8b91dd

Please sign in to comment.