diff --git a/2006Redone Client/src/ClientSettings.java b/2006Redone Client/src/ClientSettings.java index a8ec9e75..0c352e1c 100644 --- a/2006Redone Client/src/ClientSettings.java +++ b/2006Redone Client/src/ClientSettings.java @@ -22,8 +22,7 @@ public class ClientSettings { * on localhost * */ - //public static String SERVER_IP = "35.226.247.68"; //NOW SET IN Main,java - public static String SERVER_IP = "127.0.0.1"; + public static String SERVER_IP = "35.226.247.68"; /** * The Npc Bits for the Server */ diff --git a/2006Redone Client/src/LocalGame.java b/2006Redone Client/src/LocalGame.java index affbce24..38e9a0c9 100644 --- a/2006Redone Client/src/LocalGame.java +++ b/2006Redone Client/src/LocalGame.java @@ -23,6 +23,6 @@ import java.util.Date; public class LocalGame extends Game { public LocalGame() { super(); - server = ClientSettings.SERVER_IP; + server = "127.0.0.1"; } } diff --git a/CompiledServer/artifacts/2006rebotted_jar/2006rebotted.jar b/CompiledServer/artifacts/2006rebotted_jar/2006rebotted.jar index 881dc386..f1faf7f1 100644 Binary files a/CompiledServer/artifacts/2006rebotted_jar/2006rebotted.jar and b/CompiledServer/artifacts/2006rebotted_jar/2006rebotted.jar differ diff --git a/CompiledServer/artifacts/localhost_2006rebotted_jar/localhost_2006rebotted.jar b/CompiledServer/artifacts/localhost_2006rebotted_jar/localhost_2006rebotted.jar index d1b9fa58..78a7b2c6 100644 Binary files a/CompiledServer/artifacts/localhost_2006rebotted_jar/localhost_2006rebotted.jar and b/CompiledServer/artifacts/localhost_2006rebotted_jar/localhost_2006rebotted.jar differ diff --git a/CompiledServer/production/2006rebotted/ClientSettings.class b/CompiledServer/production/2006rebotted/ClientSettings.class index 95e6716a..f9a11cc6 100644 Binary files a/CompiledServer/production/2006rebotted/ClientSettings.class and b/CompiledServer/production/2006rebotted/ClientSettings.class differ diff --git a/CompiledServer/production/2006rebotted/LocalGame.class b/CompiledServer/production/2006rebotted/LocalGame.class index 76f99710..795eaa97 100644 Binary files a/CompiledServer/production/2006rebotted/LocalGame.class and b/CompiledServer/production/2006rebotted/LocalGame.class differ