Rename variables

This commit is contained in:
BruceChen 2022-07-24 21:48:09 +08:00
parent 516effa81d
commit 735d182468
3 changed files with 27 additions and 27 deletions

View file

@ -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(() =>