style(internals): inaccurate comment

This commit is contained in:
aro 2023-01-31 18:14:45 +01:00
parent 2bba64e521
commit 219f4426ea

View file

@ -85,9 +85,9 @@ public class v1_16_R3 implements Internals {
final IChatBaseComponent name = new ChatComponentText(profileName); final IChatBaseComponent name = new ChatComponentText(profileName);
// ok so what the actual fuck // ok so what the actual fuck
// the PlayerDataInfo inner class is NOT public // the PlayerDataInfo inner class is NOT static
// thus the compiler can't access it when compiling?????? // thus the compiler can't access it when compiling??????
// i swear this is so dumb that i have to resort to doing this // i swear this is so dumb that I have to resort to doing this
final Object infoData = yes( final Object infoData = yes(
add, add,
gameProfile, gameProfile,