forked from GeyserMC/Geyser
Fix issue with players being able to update their own gamemode
This commit is contained in:
parent
1bcee8d36f
commit
a0884596e3
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ public class GeyserSession implements CommandSender {
|
||||||
startGamePacket.setBonusChestEnabled(false);
|
startGamePacket.setBonusChestEnabled(false);
|
||||||
startGamePacket.setStartingWithMap(false);
|
startGamePacket.setStartingWithMap(false);
|
||||||
startGamePacket.setTrustingPlayers(true);
|
startGamePacket.setTrustingPlayers(true);
|
||||||
startGamePacket.setDefaultPlayerPermission(PlayerPermission.OPERATOR);
|
startGamePacket.setDefaultPlayerPermission(PlayerPermission.MEMBER);
|
||||||
startGamePacket.setServerChunkTickRange(4);
|
startGamePacket.setServerChunkTickRange(4);
|
||||||
startGamePacket.setBehaviorPackLocked(false);
|
startGamePacket.setBehaviorPackLocked(false);
|
||||||
startGamePacket.setResourcePackLocked(false);
|
startGamePacket.setResourcePackLocked(false);
|
||||||
|
|
Loading…
Reference in a new issue