mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-06 16:49:07 +00:00
Update Cache Path to 2006rebotted
This commit is contained in:
@@ -278,7 +278,7 @@ public final class Signlink implements Runnable {
|
|||||||
public static Synthesizer synthesizer = null;
|
public static Synthesizer synthesizer = null;
|
||||||
|
|
||||||
public static String findcachedir() {
|
public static String findcachedir() {
|
||||||
String path = System.getProperty("user.home") + "/.2006redone_file_system/";
|
String path = System.getProperty("user.home") + "/.2006rebotted_file_system/";
|
||||||
File file = new File(path);
|
File file = new File(path);
|
||||||
if (!file.exists()) {
|
if (!file.exists()) {
|
||||||
if (!file.mkdirs()) {
|
if (!file.mkdirs()) {
|
||||||
@@ -289,7 +289,7 @@ public final class Signlink implements Runnable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static String secondDir() {
|
public static String secondDir() {
|
||||||
File file = new File("C:/.2006redone_file_system/");
|
File file = new File("C:/.2006rebotted_file_system/");
|
||||||
if (!file.exists()) {
|
if (!file.exists()) {
|
||||||
file.mkdirs();
|
file.mkdirs();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user