It compiles! :D

This commit is contained in:
DoctorMacc 2020-10-07 18:35:35 -04:00
parent 7a91e0a80d
commit b293c3478a
2 changed files with 9 additions and 18 deletions

View file

@ -109,7 +109,7 @@ public class GeyserFabricMod implements DedicatedServerModInitializer, GeyserBoo
geyserConfig.getBedrock().setPort(geyserConfig.getRemote().getPort());
}
this.connector = GeyserConnector.start(PlatformType.ANDROID, this);
this.connector = GeyserConnector.start(PlatformType.FABRIC, this);
this.geyserPingPassthrough = GeyserLegacyPingPassthrough.init(connector);