jhead / phantom

Use your own Minecraft server with your Xbox or PS4 and play with friends!
MIT License
613 stars 76 forks source link

Option -6 not working #124

Open DivineStag opened 4 years ago

DivineStag commented 4 years ago

Hi,

When I add -6 into my cmd it doesn’t work. It comes up with an error saying to check I have put -server (which I have). Also when using power shell the -6 shows as white text and not the darker text, like the other options do.

Sorry if the explanation isn’t the best, I’m not that good with coding!

Thanks in advance!

jhead commented 3 years ago

Hey @DivineStag, sorry for the delay! I confirmed this is an incompatibility with Powershell. You can work around the issue with quotes:

phantom-windows.exe "-6" -server some.thing:19132

However, I'll also rename -6 to -ipv6 in an upcoming version of phantom to properly fix this.