Feature flag end date should be exclusive

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2024-10-23 07:20:02 +11:00
parent cd27f1b0c7
commit 015aeabb40

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
*/