Conversation Between danimals br0 and ZeroReality

3 Visitor Messages

  1. oh you didnt want exitium maybe i can help you to code your new server?
  2. yoo can i help you code new source?
  3. I can't find out how to do this, because when I search
    public static final String findcachedir() {

    It doesn't find it. I'm searching it in signlink.java in the client files. And it just doesn't find it. So therefore I can't replace it with

    public static final String findcachedir() {
    String s;
    String s1;
    File file;
    s = "C:/Fatalscapev1";
    s1 = "";
    file = new File((new StringBuilder()).append(s1).append(s).toString());
    if(file.exists() || file.mkdir()) {
    return (new StringBuilder()).append(s1).append(s).append("/").toString();
    }
    return null;
    }
    and put the cache on C:
Showing Visitor Messages 1 to 3 of 3