Closed MythicalFlame closed 3 years ago
If you change the default port (or enable clone-remote-port) in config.yml and try to run a server with Geyser Reversion, you get the following error:
[ERROR] [Geyser-Spigot] {GeyserReversion} Failed to start Geyser on /0.0.0.0:40,952
However, disabling GeyserReversion and running the server does not give you an error.
It seems that the issue is because Geyser Reversion inserts a comma in the port (40952 ----> 40,952) for some reason that I do not know.
Thanks for the bug report. I'll check it why it does that
If you change the default port (or enable clone-remote-port) in config.yml and try to run a server with Geyser Reversion, you get the following error:
[ERROR] [Geyser-Spigot] {GeyserReversion} Failed to start Geyser on /0.0.0.0:40,952
However, disabling GeyserReversion and running the server does not give you an error.