mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-03-31 16:30:30 +08:00
Add missing constructor parameter
This commit is contained in:
parent
793477b898
commit
fdc83261cb
@ -604,7 +604,7 @@ public class VelocityConfiguration extends AnnotatedConfig implements ProxyConfi
|
||||
|
||||
private Query() {}
|
||||
|
||||
private Query(boolean queryEnabled, int queryPort) {
|
||||
private Query(boolean queryEnabled, int queryPort, String queryMap) {
|
||||
this.queryEnabled = queryEnabled;
|
||||
this.queryPort = queryPort;
|
||||
this.queryMap = queryMap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user