worldName in server.js
This commit is contained in:
parent
315e32d634
commit
d8ee61b7db
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ server.on('connection', function(client) {
|
|||
isLoadedInCreative:0,
|
||||
dayCycleStopTime:0,
|
||||
eduMode:0,
|
||||
unknown:""
|
||||
worldName:""
|
||||
});
|
||||
|
||||
client.writeMCPE('set_spawn_position', {
|
||||
|
|
@ -105,4 +105,4 @@ server.on('connection', function(client) {
|
|||
client.on('end',function() {
|
||||
console.log("client left");
|
||||
})
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue