John Dean
John Dean
Apologies, not too well at the moment (managed to catch the flu). I've looked into this and basically we need to detect the version (pre 1.16) and then run a...
https://github.com/Voxelum/minecraft-launcher-core-node/pull/255
Seems to be related to #104
Could I also request a bool/enum for Private/Public squad, and raid vs non-raid mode?
Another request from me, whether action cam is on/off. Can't find this anywhere else. Apologies for all of the additional things!
I'll take a look at this when I get time, you're saying it's already sent to the EVTC RPC server feed too?
Thanks! Had no idea it was already being sent, hence the issue log (as if it wasn't being sent it would be hard to test). I can work with this...
Apologies for the barrage of comments, when I try to build from source I get the following error, specifically when building the networking project.   Do you know what...
I've already built vcpkg_install_dependencies first, and I do have python installed. I've also gone into that python file and made sure it all points at the right files, and it's...
Found the issue `output_path` (line 10 of the python file) can't have a space in it. That causes everything to fail. So basically where you pull the repo to can't...