Skip to content

Commit 154679c

Browse files
committed
update deprecated version
1 parent 9155c7e commit 154679c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paper-api/src/main/java/org/bukkit/World.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3813,7 +3813,7 @@ default void playSound(@NotNull Entity entity, @NotNull String sound, float volu
38133813
* @return the default value
38143814
* @deprecated use {@link GameRule#getDefaultValue()} instead
38153815
*/
3816-
@Deprecated(since = "1.21.11")
3816+
@Deprecated(since = "26.1.2")
38173817
default <T> @NotNull T getGameRuleDefault(@NotNull GameRule<T> rule) {
38183818
return rule.getDefaultValue();
38193819
}

0 commit comments

Comments
 (0)