Update mc.js

This commit is contained in:
u9g 2021-09-02 13:31:15 -04:00 committed by GitHub
parent 478e38d51a
commit 31c5c0f616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ server.on('login', function (client) {
entityId: client.id,
isHardcore: false,
gameMode: 0,
previousGameMode: 255,
previousGameMode: 1,
worldNames: loginPacket.worldNames,
dimensionCodec: loginPacket.dimensionCodec,
dimension: loginPacket.dimension,