Skip to content

Commit

Permalink
Deprecate forceClearWorlds
Browse files Browse the repository at this point in the history
  • Loading branch information
Almighty-Satan committed Oct 28, 2024
1 parent f85e9ce commit e62b3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public String getLocale(Player player) {
return this.parent.getLocale(player);
}

@Deprecated
@Override
public void forceClearWorlds() {
this.parent.forceClearWorlds();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public interface VersionAdapter {

String getLocale(Player player);

@Deprecated
void forceClearWorlds();

Properties getServerProperties();
Expand Down

0 comments on commit e62b3a8

Please sign in to comment.