Commit 7153dab03148b167b9dcbd171fe65657a761669b

Authored by zhouhaihai
2 parents 53012d9a d50e25fa

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 4  
5 5 skynet.start(function()
6 6 print("Server start")
7   - skynet.newservice("console")
8 7 skynet.newservice("debug_console", 10001)
9 8  
10 9 local httpd = skynet.newservice("services/httpweb", 11001)
... ...