3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-03 20:08:08 +02:00

Fix clone-remote-port (#1062)

Dieser Commit ist enthalten in:
rtm516 2020-07-30 23:49:59 +01:00 committet von GitHub
Ursprung 238a3a8df1
Commit f7ac078ead
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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;