mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-24 03:38:04 +00:00
Deprecate getServer() in DispatchServer, use getHttpServer() instead
This commit is contained in:
parent
691324c9e7
commit
07b4dc95ea
@ -59,6 +59,10 @@ public final class DispatchServer {
|
||||
return server;
|
||||
}
|
||||
|
||||
public HttpServer getHttpServer() {
|
||||
return server;
|
||||
}
|
||||
|
||||
public InetSocketAddress getAddress() {
|
||||
return address;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user