Change nametag visibility to use &r and fix an issue where the tablist packet was wrong

This commit is contained in:
libraryaddict
2021-02-11 17:56:20 +13:00
parent ef4539a3a1
commit 1790032f75
5 changed files with 14 additions and 15 deletions

View File

@@ -720,7 +720,7 @@ public class ReflectionManager {
/**
* Used for generating a UUID with a custom version instead of the default 4. Workaround for China's NetEase servers
*/
private static UUID getRandomUUID() {
public static UUID getRandomUUID() {
UUID uuid = UUID.randomUUID();
if (DisguiseConfig.getUUIDGeneratedVersion() == 4) {