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
80659f27
Commit
80659f27
authored
May 01, 2022
by
muhammadeko
Committed by
Melledy
Apr 30, 2022
Browse files
Add getter for innerclass RegionData
parent
55793867
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java
View file @
80659f27
...
...
@@ -524,5 +524,13 @@ public final class DispatchServer {
this
.
parsedRegionQuery
=
prq
;
this
.
Base64
=
b64
;
}
public
QueryCurrRegionHttpRsp
getParsedRegionQuery
()
{
return
parsedRegionQuery
;
}
public
String
getBase64
()
{
return
Base64
;
}
}
}
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