noip, thanks @Dark98 :)

This commit is contained in:
dginovker
2019-11-19 23:24:45 -05:00
parent c0c6b40387
commit 92688def31
13 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -18,11 +18,11 @@ public class ClientSettings {
/** /**
* The Servers Ip * The Servers Ip
* *
* You dont have to change this, the client will automatically connect to the server * You don't have to change this, the client will automatically connect to the server
* on localhost * on localhost (Assuming you're running Client and LocalGame respectively)
* *
*/ */
public static String SERVER_IP = "35.226.247.68"; public static String SERVER_IP = "2006rebotted.hopto.org";
/** /**
* The Npc Bits for the Server * The Npc Bits for the Server
*/ */
+1 -1
View File
@@ -16,7 +16,7 @@ public final class Main {
*/ */
public static void main(String[] args) { public static void main(String[] args) {
ClientSettings.SERVER_IP = "35.226.247.68"; ClientSettings.SERVER_IP = "2006rebotted.hopto.org";
if (args.length > 1) if (args.length > 1)
{ {
System.out.println("Running local"); System.out.println("Running local");
Binary file not shown.