Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
6b8902be
Commit
6b8902be
authored
Apr 26, 2022
by
Melledy
Browse files
Deprecate getServer() in DispatchServer, use getHttpServer() instead
parent
9afa3292
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java
View file @
6b8902be
...
...
@@ -59,6 +59,10 @@ public final class DispatchServer {
return
server
;
}
public
HttpServer
getHttpServer
()
{
return
server
;
}
public
InetSocketAddress
getAddress
()
{
return
address
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment