diff options
Diffstat (limited to 'client/trunk/src/com/fourisland')
-rw-r--r-- | client/trunk/src/com/fourisland/instadisc/InstaDiscThread.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/trunk/src/com/fourisland/instadisc/InstaDiscThread.java b/client/trunk/src/com/fourisland/instadisc/InstaDiscThread.java index 07b5b28..e2b203e 100644 --- a/client/trunk/src/com/fourisland/instadisc/InstaDiscThread.java +++ b/client/trunk/src/com/fourisland/instadisc/InstaDiscThread.java | |||
@@ -30,7 +30,7 @@ public class InstaDiscThread implements Runnable { | |||
30 | try | 30 | try |
31 | { | 31 | { |
32 | ServerSocket svr = new ServerSocket(); | 32 | ServerSocket svr = new ServerSocket(); |
33 | java.net.InetSocketAddress addr = new java.net.InetSocketAddress(4444); | 33 | java.net.InetSocketAddress addr = new java.net.InetSocketAddress(1204); |
34 | svr.bind(addr); | 34 | svr.bind(addr); |
35 | Runtime.getRuntime().addShutdownHook(new Thread(new CloseServerSocketThread(svr))); | 35 | Runtime.getRuntime().addShutdownHook(new Thread(new CloseServerSocketThread(svr))); |
36 | while (!cancelled) | 36 | while (!cancelled) |