mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Rename variables
This commit is contained in:
parent
516effa81d
commit
735d182468
3 changed files with 27 additions and 27 deletions
|
|
@ -392,7 +392,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
this.currentDimension = dataTypes.ReadNextInt(packetData);
|
||||
}
|
||||
if (protocolversion >= MC116Version)
|
||||
dimensionNameInRespawn = dataTypes.ReadNextString(packetData); // World Name - 1.16 and above
|
||||
dimensionNameInRespawn = dataTypes.ReadNextString(packetData); // Dimension Name (World Name) - 1.16 and above
|
||||
|
||||
if (protocolversion >= MC1162Version)
|
||||
new Task(() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue