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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user