Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Commit 93faf2a

Browse files
committed
idk
1 parent 7f3d398 commit 93faf2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pocketnode/network/minecraft/protocol/StartGamePacket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class StartGamePacket extends DataPacket {
4040
this.hasBonusChestEnabled = false;
4141
this.hasStartWithMapEnabled = false;
4242
this.hasTrustPlayersEnabled = false;
43-
this.defaultPlayerPermission = 2;//PlayerPermissions::MEMBER; //TODO
43+
this.defaultPlayerPermission = 1;//PlayerPermissions::MEMBER; //TODO
4444
this.xboxLiveBroadcastMode = 0; //TODO: find values
4545
this.serverChunkTickRadius = 4;
4646

0 commit comments

Comments
 (0)