Feature flag end date should be exclusive

This commit is contained in:
md_5 2024-10-23 07:20:02 +11:00
parent f6ac70751d
commit ef842b72bb
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -14,7 +14,7 @@ public interface FeatureFlag extends Keyed {
public static final FeatureFlag VANILLA = Bukkit.getUnsafe().getFeatureFlag(NamespacedKey.minecraft("vanilla"));
/**
* <strong>AVAILABLE BETWEEN VERSIONS:</strong> 1.19.3 - 1.21.2
* <strong>AVAILABLE BETWEEN VERSIONS:</strong> 1.19.3 - 1.21.1
*
* @deprecated not available since 1.21.2
*/