Skip to content

Commit

Permalink
fix: fix player joining
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jun 17, 2024
1 parent caf5b3e commit acbf3ac
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ public void initializePlayer() {
startGamePacket.setEducationProductionId("");
startGamePacket.setForceExperimentalGameplay(OptionalBoolean.empty());
startGamePacket.setBlockNetworkIdsHashed(true);
startGamePacket.setServerId("");
startGamePacket.setWorldId("");
startGamePacket.setScenarioId("");
sendPacket(startGamePacket);

session.getPeer().getCodecHelper().setItemDefinitions(
Expand Down

0 comments on commit acbf3ac

Please sign in to comment.