Skip to content

Commit

Permalink
fix: Correction of the world name on the startgame package
Browse files Browse the repository at this point in the history
  • Loading branch information
AzaleeX committed Aug 24, 2024
1 parent 53c57df commit 0f315a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void setUp() {
startGamePacket.setEducationProductionId("");
startGamePacket.setForceExperimentalGameplay(OptionalBoolean.empty());

String serverName = session.getServer().getMotd();
String serverName = session.getServer().getSubMotd();
startGamePacket.setLevelId(serverName);
startGamePacket.setLevelName(serverName);

Expand Down

0 comments on commit 0f315a4

Please sign in to comment.