Add getBoundAddress() for NuVotifier
This commit is contained in:
@@ -39,6 +39,7 @@ import net.kyori.text.serializer.GsonComponentSerializer;
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
|
||||
import java.net.InetSocketAddress;
|
||||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.Paths;
|
||||
@@ -306,4 +307,9 @@ public class VelocityServer implements ProxyServer {
|
||||
public VelocityChannelRegistrar getChannelRegistrar() {
|
||||
return channelRegistrar;
|
||||
}
|
||||
|
||||
@Override
|
||||
public InetSocketAddress getBoundAddress() {
|
||||
return configuration.getBind();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user