diff --git a/patches/api/Adventure.patch b/patches/api/Adventure.patch index e3b5eb8366..841203b8e1 100644 --- a/patches/api/Adventure.patch +++ b/patches/api/Adventure.patch @@ -3706,7 +3706,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * + * @param prefix New prefix + * @throws IllegalArgumentException if prefix is null -+ * @throws IllegalArgumentException if prefix is longer than 64 + * characters + * @throws IllegalStateException if this team has been unregistered + */ @@ -3725,7 +3724,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * + * @param suffix the new suffix for this team. + * @throws IllegalArgumentException if suffix is null -+ * @throws IllegalArgumentException if suffix is longer than 64 + * characters + * @throws IllegalStateException if this team has been unregistered + */