1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-29 11:49:16 +00:00

Remove duplicate method

This commit is contained in:
Camotoy
2024-05-02 13:07:18 -04:00
parent efda13421f
commit 6a214f235c

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);