Rachel Powers
Rachel Powers
can you post a screen shot to demonstrate what you mean by it being incorrect? it certainly looks correct on my machine
this is likely more to do with he mod itself and how MacOS handles minimized apps and external hardware. Prism can only set the permissions needed for the Mod to...
Xboxlive service status json ``` curl -X GET -k -H 'Accept: application/json' -i 'https://xnotify.xboxlive.com/servicestatusv6/US/' ``` presumably changing the /US/ path will let you change the region (edited) the `Accept: application/json`...
also, looks like the resource folder model tests are bork. pls fix that.
the single commit thing is a real problem please use ``` git reset --soft HEAD~1 ``` then use ``` git add --patch ``` or ``` git add --interactive ``` or...
I think the issue is that if the user path ie `C://Users/username!` or `/home/username!` has invalid chars prism can't really auto fix it but should warn.
> It's beacuse we always force it to english and put it last meaning it takes precidence: > > [PrismLauncher/launcher/minecraft/MinecraftInstance.cpp](https://github.com/PrismLauncher/PrismLauncher/blob/877b824c3b830f914db885cfc80f0be259570e0d/launcher/minecraft/MinecraftInstance.cpp#L610) > > Line 610 in [877b824](/PrismLauncher/PrismLauncher/commit/877b824c3b830f914db885cfc80f0be259570e0d) > > args >...
@TheKodeToad With this we could start doing a bit of reorganizing in the cmake lists and filesystem. cause frankly both are a mess
> I'm not quite sure what to think of this, though admittedly I'm not sure I understand what its' doing :P the main thing it does is parse a CMakeLists.txt...