Skip to content

Commit

Permalink
Fix clone-remote-port (GeyserMC#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 authored Jul 30, 2020
1 parent 238a3a8 commit f7ac078
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f7ac078

Please sign in to comment.