From: TJ Date: Sat, 2 May 2015 15:05:21 +0000 (+0100) Subject: Fix typo in port number X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=WeStealzYourDataz.git;a=commitdiff_plain;h=0d7c8bfb46a0b9001d5736da5fcbebd7a7bc2325 Fix typo in port number --- diff --git a/src/uk/ac/ntu/n0521366/wsyd/libs/net/Network.java b/src/uk/ac/ntu/n0521366/wsyd/libs/net/Network.java index 1b5364c..6cc4e12 100644 --- a/src/uk/ac/ntu/n0521366/wsyd/libs/net/Network.java +++ b/src/uk/ac/ntu/n0521366/wsyd/libs/net/Network.java @@ -35,7 +35,7 @@ public class Network { public static final int PORTS_SERVER_CHAT = 50001; public static final int PORTS_SERVER_LOG = 50002; public static final int PORTS_MULTICAST_DISCOVERY = 50003; - public static final int PORTS_CLIENT_CONTROL_FIRST = 500010; + public static final int PORTS_CLIENT_CONTROL_FIRST = 50010; public static final int PORTS_CLIENT_CHAT_FIRST = 51000; /**