mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove duplicate method
This commit is contained in:
parent
efda13421f
commit
6a214f235c
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue