From b1b71e56da7b6c39df8111d8f47f87e04efcd1a3 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Sat, 4 Aug 2018 10:26:26 -0400 Subject: [PATCH] Updated readme for launcher code to change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f89fc79..ddbb4be 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ You will need to edit: * Edit: "/Docker-Home/Game/Launcher/src/Main.java" - * Replace with your domain / IP: private static String URL = "http://localhost"; + * Replace with your domain / IP: "private static String Domain = "localhost";" * Compile and copy result from "/Docker-Home/Game/Launcher/dist/Open_RSC_Launcher.jar" to "/Docker-Home/Website/downloads/Open_RSC_Launcher.jar"