Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /** MAIN CONSTANTS **/
  2. public final static String CLIENT_NAME = "DelusionPS";
  3. public final static int CLIENT_VERSION = 11;
  4. public final static String CACHE_DIRECTORY_NAME = "DelusionPSCache3"; //Cache folder name
  5.  
  6. public final static boolean JAGCACHED_ENABLED = false;
  7. public final static String JAGCACHED_HOST = "127.0.0.1";
  8. public final static String SERVER_HOST = "finalscape.zapto.org";//"69.195.132.251";
  9. public final static int SERVER_PORT = 43594;//43594
  10. public final static boolean DISPLAY_GAMEWORLD_ON_LOGIN = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement