Closed DexterSK closed 1 year ago
Thanks, I'll try to update NBTEditor this weekend.
Thanks you too! :)
EDIT:
i fixed it by changing
getConstructor( getNMSClass( "GameProfile" ) ).newInstance( UUID.randomUUID(), null );
to
getConstructor( getNMSClass( "GameProfile" ) ).newInstance( UUID.randomUUID(), "" );
Thanks, it seems that the 1.20.2 constructor for a GameProfile has a null check for the name, which wasn't there previously.