Feature flag end date should be exclusive
By: md_5 <git@md-5.net>
This commit is contained in:
parent
cd27f1b0c7
commit
015aeabb40
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public interface FeatureFlag extends Keyed {
|
||||||
public static final FeatureFlag VANILLA = Bukkit.getUnsafe().getFeatureFlag(NamespacedKey.minecraft("vanilla"));
|
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
|
* @deprecated not available since 1.21.2
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue