mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-27 10:49:10 +00:00
Comment change in map data translator
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user