forked from GeyserMC/Geyser
Fix clone-remote-port (#1062)
This commit is contained in:
parent
238a3a8df1
commit
f7ac078ead
1 changed files with 4 additions and 1 deletions
|
@ -96,9 +96,12 @@ public abstract class GeyserJacksonConfiguration implements GeyserConfiguration
|
||||||
public static class BedrockConfiguration implements IBedrockConfiguration {
|
public static class BedrockConfiguration implements IBedrockConfiguration {
|
||||||
|
|
||||||
private String address;
|
private String address;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
private int port;
|
private int port;
|
||||||
private boolean isCloneRemotePort;
|
|
||||||
|
@JsonProperty("clone-remote-port")
|
||||||
|
private boolean cloneRemotePort;
|
||||||
|
|
||||||
private String motd1;
|
private String motd1;
|
||||||
private String motd2;
|
private String motd2;
|
||||||
|
|
Loading…
Reference in a new issue