Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 14:30:17 +01:00
Remove duplicate method
Dieser Commit ist enthalten in:
Ursprung
efda13421f
Commit
6a214f235c
@ -260,11 +260,6 @@ public abstract class GeyserModBootstrap implements GeyserBootstrap {
|
|||||||
|
|
||||||
public abstract boolean isServer();
|
public abstract boolean isServer();
|
||||||
|
|
||||||
@Override
|
|
||||||
public @Nullable SocketAddress getSocketAddress() {
|
|
||||||
return this.geyserInjector.getServerSocketAddress();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean testFloodgatePluginPresent() {
|
public boolean testFloodgatePluginPresent() {
|
||||||
return this.platform.testFloodgatePluginPresent(this);
|
return this.platform.testFloodgatePluginPresent(this);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren