Remove duplicate method

This commit is contained in:
Camotoy 2024-05-02 13:07:18 -04:00
parent efda13421f
commit 6a214f235c
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 0 additions and 5 deletions

View File

@ -260,11 +260,6 @@ public abstract class GeyserModBootstrap implements GeyserBootstrap {
public abstract boolean isServer();
@Override
public @Nullable SocketAddress getSocketAddress() {
return this.geyserInjector.getServerSocketAddress();
}
@Override
public boolean testFloodgatePluginPresent() {
return this.platform.testFloodgatePluginPresent(this);