mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Removed debug comments.
This commit is contained in:
parent
681a84b326
commit
9f197d415e
2 changed files with 1 additions and 256 deletions
|
|
@ -332,7 +332,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
currentDimensionName = dataTypes.ReadNextString(packetData); // Dimension Name (World Name) - 1.16 and above
|
||||
|
||||
if (protocolversion >= MC1162Version)
|
||||
handler.GetWorld().SetDimension(currentDimensionName, currentDimensionType);
|
||||
handler.GetWorld().SetDimension(currentDimensionName, currentDimensionType);
|
||||
|
||||
if (protocolversion >= MC115Version)
|
||||
dataTypes.ReadNextLong(packetData); // Hashed world seed - 1.15 and above
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue