diff options
author | chai <chaifix@163.com> | 2018-08-14 17:03:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-14 17:03:22 +0800 |
commit | 7a2cbaf5972ed8d6ef25400c7171e223fd24a5fe (patch) | |
tree | 42f876d63920cb3d197ea1ba7b5c7e4439640eb5 /bin/client/main.lua | |
parent | 57efa331c7ddc247c9b14dc19d4d98afbeb4e3b4 (diff) |
*update
Diffstat (limited to 'bin/client/main.lua')
-rw-r--r-- | bin/client/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/client/main.lua b/bin/client/main.lua index 9c176f8..5a036e8 100644 --- a/bin/client/main.lua +++ b/bin/client/main.lua @@ -13,7 +13,7 @@ end ]] jin.core.onLoad = function() jin.net.init() - socket = jin.net.Socket("TCP", "127.0.0.1", 8803) + socket = jin.net.Socket("TCP", "127.0.0.1", 8708) thread = jin.thread.Thread("asynReceive", asynReceive) thread:start() |