mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Comment change in map data translator
This commit is contained in:
parent
9a8795988f
commit
0438aa4709
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class JavaMapDataTranslator extends PacketTranslator<ServerMapDataPacket>
|
|||
shouldStore = true;
|
||||
}
|
||||
|
||||
// Every int entry is an ABGR color
|
||||
// Every int entry is an ARGB color
|
||||
int[] colors = new int[data.getData().length];
|
||||
|
||||
int idx = 0;
|
||||
|
|
Loading…
Reference in a new issue