1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

[ci skip] Fixed if spacing (#1941)

Co-authored-by: yehudahrrs <47502993+yehudahrrs@users.noreply.github.com>
This commit is contained in:
YHDiamond
2021-02-16 20:09:18 -05:00
committed by GitHub
parent e0bd5a62a7
commit 62cbdb8f5c
5 changed files with 6 additions and 6 deletions

View File

@@ -101,7 +101,7 @@ public class GeyserSpongePlugin implements GeyserBootstrap {
}
}
if (geyserConfig.getBedrock().isCloneRemotePort()){
if (geyserConfig.getBedrock().isCloneRemotePort()) {
geyserConfig.getBedrock().setPort(geyserConfig.getRemote().getPort());
}