[CI-SKIP] Remove bad null annotation (#5538)

This commit is contained in:
Jake Potrebic
2021-04-23 14:08:56 -07:00
parent 99eeb79087
commit 98eb2c8d94
2 changed files with 6 additions and 4 deletions

View File

@@ -41,8 +41,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
@@ -0,0 +0,0 @@ public class NBTTagCompound implements NBTBase {
@Nullable public UUID getUUID(String prefix) { return a(prefix); } // Paper - OBFHELPER
@Nullable
*/
public UUID getUUID(String prefix) { return a(prefix); } // Paper - OBFHELPER
public UUID a(String s) {
+ // Paper start - support old format
+ if (!hasKeyOfType(s, 11) && this.hasKeyOfType(s + "Most", 99) && this.hasKeyOfType(s + "Least", 99)) {