diff --git a/2006Redone Client/src/ClientSettings.java b/2006Redone Client/src/ClientSettings.java index 0c352e1cb..69aab597b 100644 --- a/2006Redone Client/src/ClientSettings.java +++ b/2006Redone Client/src/ClientSettings.java @@ -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 */ diff --git a/2006Redone Client/src/Main.java b/2006Redone Client/src/Main.java index e7e2f7689..25c337afc 100644 --- a/2006Redone Client/src/Main.java +++ b/2006Redone Client/src/Main.java @@ -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"); diff --git a/CompiledServer/artifacts/2006rebotted_jar/2006rebotted.jar b/CompiledServer/artifacts/2006rebotted_jar/2006rebotted.jar index f1faf7f10..9813e8db4 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 78a7b2c63..1cd8f0526 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 f9a11cc6b..5088fdfdb 100644 Binary files a/CompiledServer/production/2006rebotted/ClientSettings.class and b/CompiledServer/production/2006rebotted/ClientSettings.class differ diff --git a/CompiledServer/production/2006rebotted/Main.class b/CompiledServer/production/2006rebotted/Main.class index 28bd6a880..d3fe8d936 100644 Binary files a/CompiledServer/production/2006rebotted/Main.class and b/CompiledServer/production/2006rebotted/Main.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/players/Client$1.class b/CompiledServer/production/2006rebotted/redone/game/players/Client$1.class index fcc36823d..7577026bb 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/players/Client$1.class and b/CompiledServer/production/2006rebotted/redone/game/players/Client$1.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/players/Client$2.class b/CompiledServer/production/2006rebotted/redone/game/players/Client$2.class index 143e495c6..38f536392 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/players/Client$2.class and b/CompiledServer/production/2006rebotted/redone/game/players/Client$2.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/players/Client$3.class b/CompiledServer/production/2006rebotted/redone/game/players/Client$3.class index 202953788..7481ff23d 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/players/Client$3.class and b/CompiledServer/production/2006rebotted/redone/game/players/Client$3.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/players/Client$4.class b/CompiledServer/production/2006rebotted/redone/game/players/Client$4.class index c96fd2865..383470781 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/players/Client$4.class and b/CompiledServer/production/2006rebotted/redone/game/players/Client$4.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/players/Client$TinterfaceText.class b/CompiledServer/production/2006rebotted/redone/game/players/Client$TinterfaceText.class index b82c60906..2e9afd117 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/players/Client$TinterfaceText.class and b/CompiledServer/production/2006rebotted/redone/game/players/Client$TinterfaceText.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/players/Client.class b/CompiledServer/production/2006rebotted/redone/game/players/Client.class index 0558e318b..0905a0ee2 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/players/Client.class and b/CompiledServer/production/2006rebotted/redone/game/players/Client.class differ diff --git a/CompiledServer/production/2006rebotted/redone/game/shops/ShopAssistant.class b/CompiledServer/production/2006rebotted/redone/game/shops/ShopAssistant.class index 8e41ee488..3c0374d2b 100644 Binary files a/CompiledServer/production/2006rebotted/redone/game/shops/ShopAssistant.class and b/CompiledServer/production/2006rebotted/redone/game/shops/ShopAssistant.class differ