3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-01 23:50:11 +02:00

Remove duplicate method

Dieser Commit ist enthalten in:
Camotoy 2024-05-02 13:07:18 -04:00
Ursprung efda13421f
Commit 6a214f235c
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

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