Comment change in map data translator

This commit is contained in:
Camotoy 2021-09-26 20:54:03 -04:00
parent 9a8795988f
commit 0438aa4709
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

View file

@ -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;