GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7153dab03148b167b9dcbd171fe65657a761669b
Authored by
zhouhaihai
2020-04-06 11:36:44 +0800
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
Inline
Side-by-side
src/main.lua
Wrap text
Show/Hide comments
View file @
7153dab
...
...
@@ -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)
...
...