mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-07 04:00:46 +00:00
Fixed server side
This commit is contained in:
parent
f27a293c7a
commit
0c4fc34e57
2 changed files with 25 additions and 23 deletions
1
app.js
1
app.js
|
|
@ -37,6 +37,7 @@ server.on('login', function(client) {
|
||||||
gameMode: 0,
|
gameMode: 0,
|
||||||
dimension: 0,
|
dimension: 0,
|
||||||
difficulty: 0,
|
difficulty: 0,
|
||||||
|
reducedDebugInfo: false,
|
||||||
maxPlayers: server.maxPlayers
|
maxPlayers: server.maxPlayers
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minecraft-protocol": "^0.14.0",
|
"minecraft-protocol": "^0.14.0",
|
||||||
"buffers": "0.1.1"
|
"buffers": "0.1.1",
|
||||||
|
"longjohn": "~0.2.8"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue