mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 14:13:56 +01:00
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"));
|
||||
|
||||
/**
|
||||
* <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…
Reference in a new issue