Skip to content

Commit

Permalink
Update Backups.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexcraft committed Sep 18, 2020
1 parent ad014ab commit 7a33ea2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/net/fexcraft/app/fmt/utils/Backups.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ public class Backups extends TimerTask {
public void run(){
if(FMTB.MODEL.countTotalMRTs() <= 0) return;
try{
String nani = null;
nani.split("");
String str = sdf.format(Time.getDate());
log("Saving backup... [" + str + "];");
File file = new File("./backups/(" + str + ") " + FMTB.MODEL.name + ".fmtb");
Expand Down

0 comments on commit 7a33ea2

Please sign in to comment.