Skip to content

Commit

Permalink
Remove deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jan 6, 2025
1 parent af9cf7e commit dd224f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/viaversion/bungee/ViaBungeePlatform.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,6 @@ public boolean kickPlayer(UUID uuid, String message) {
return false;
}

@Override
public boolean isPluginEnabled() {
return true;
}

@Override
public ViaAPI<ProxiedPlayer> getApi() {
return api;
Expand Down

0 comments on commit dd224f7

Please sign in to comment.