1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-26 10:19:12 +00:00

Fix clone-remote-port (#1062)

This commit is contained in:
rtm516
2020-07-30 23:49:59 +01:00
committed by GitHub
parent 238a3a8df1
commit f7ac078ead

View File

@@ -96,9 +96,12 @@ public abstract class GeyserJacksonConfiguration implements GeyserConfiguration
public static class BedrockConfiguration implements IBedrockConfiguration {
private String address;
@Setter
private int port;
private boolean isCloneRemotePort;
@JsonProperty("clone-remote-port")
private boolean cloneRemotePort;
private String motd1;
private String motd2;