Update DivaBotGuardian paths to use new virtual directories.

This commit is contained in:
sigonasr2 2020-09-28 13:54:17 +09:00
parent 2321cddeb9
commit 80f9ddb78c
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -129,6 +129,10 @@ public class Guardian {
if (f.exists()) {
f.delete();
}
f = new File("./www/cropped/cropped"+USERID+".png");
if (f.exists()) {
f.delete();
}
File[] tempf = new File[10];
for (int i=0;i<tempf.length;i++) {