From c15722c766591ec54bc3e73c8395f18871df8d8e Mon Sep 17 00:00:00 2001 From: Danial Date: Fri, 10 Dec 2021 21:52:22 +1300 Subject: [PATCH] =?UTF-8?q?43597=20=E2=86=92=2043598?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2006Scape Client/src/main/java/ClientSettings.java | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2006Scape Client/src/main/java/ClientSettings.java b/2006Scape Client/src/main/java/ClientSettings.java index 95183eca..a2031ab3 100644 --- a/2006Scape Client/src/main/java/ClientSettings.java +++ b/2006Scape Client/src/main/java/ClientSettings.java @@ -26,7 +26,7 @@ public class ClientSettings { * The Servers World * This Determines The Port The Server Will Connect On * World 1 Will Connect On Port 43594 - * World 2 Will Connect On Port 43597 + * World 2 Will Connect On Port 43598 */ public static int SERVER_WORLD = 1; /** diff --git a/docker-compose.yml b/docker-compose.yml index 12babfff..a86545be 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: volumes: - ./2006Scape Server:/usr/src/server working_dir: /usr/src/server - ports: # You will need to open other ports if your world ID is not 1 (43597 for world 2) + ports: # You will need to open other ports if your world ID is not 1 (43598 for world 2) - 43594:43594 # Server - 43595-43596:43595-43596 # File Server restart: unless-stopped