mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
Feature flag end date should be exclusive
This commit is contained in:
parent
f6ac70751d
commit
ef842b72bb
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"));
|
||||
|
||||
/**
|
||||
* <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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue