Skip to content

Commit

Permalink
noip, thanks @Dark98 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
dginovker committed Nov 20, 2019
1 parent c0c6b40 commit 92688de
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 2006Redone Client/src/ClientSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ public class ClientSettings {
/**
* The Servers Ip
*
* You dont have to change this, the client will automatically connect to the server
* on localhost
* You don't have to change this, the client will automatically connect to the server
* 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
*/
Expand Down
2 changes: 1 addition & 1 deletion 2006Redone Client/src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public final class Main {
*/

public static void main(String[] args) {
ClientSettings.SERVER_IP = "35.226.247.68";
ClientSettings.SERVER_IP = "2006rebotted.hopto.org";
if (args.length > 1)
{
System.out.println("Running local");
Expand Down
Binary file modified CompiledServer/artifacts/2006rebotted_jar/2006rebotted.jar
Binary file not shown.
Binary file not shown.
Binary file modified CompiledServer/production/2006rebotted/ClientSettings.class
Binary file not shown.
Binary file modified CompiledServer/production/2006rebotted/Main.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

1 comment on commit 92688de

@DennisL94
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're going to need to remind yourselves to update the DNS settings for no-ip otherwise the IP will fall flat if you forget about it and wont work anymore.

Please sign in to comment.