GeyserMC / GeyserConnect

GeyserConnect is an easy way for bedrock clients to connect to any Java edition servers without having to run anything.
https://geysermc.org
MIT License
196 stars 41 forks source link

JDBC string constructor does not respect port #38

Closed regulad closed 3 years ago

regulad commented 3 years ago

See https://github.com/GeyserMC/GeyserConnect/blob/af401dddc8d66e0a4d799aea9316318202fa35b2/src/main/java/org/geysermc/connect/storage/MySQLStorageManager.java#L51

This means that the custom-servers.mysql.port YAML key is effectively ignored.

I'll be creating a PR shortly if this is not fixed.