Update DivaBotGuardian paths to use new virtual directories.
This commit is contained in:
parent
2321cddeb9
commit
80f9ddb78c
Binary file not shown.
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user