Commit 7153dab03148b167b9dcbd171fe65657a761669b
Merge branch 'develop' into player
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/main.lua
@@ -4,7 +4,6 @@ local max_client = 64 | @@ -4,7 +4,6 @@ local max_client = 64 | ||
4 | 4 | ||
5 | skynet.start(function() | 5 | skynet.start(function() |
6 | print("Server start") | 6 | print("Server start") |
7 | - skynet.newservice("console") | ||
8 | skynet.newservice("debug_console", 10001) | 7 | skynet.newservice("debug_console", 10001) |
9 | 8 | ||
10 | local httpd = skynet.newservice("services/httpweb", 11001) | 9 | local httpd = skynet.newservice("services/httpweb", 11001) |