caellach / SIT_RemotePlugins

MIT License
4 stars 2 forks source link

3.8.1 & Launcher updates #2

Open kapdon opened 2 months ago

kapdon commented 2 months ago

SIT Mananger have fixed the trailing slashes bug in their backendUrl to be the same as SPT Aki, now the end trailing slash in http://server.ip:6969/ is gone, you have to either add validation to check for trailing slash bool hasTrailing = backendUrl.EndsWith(@"/"); and add it back in, or change RemotePlugins call routes to start with a slash. as it currently doesn't work for 3.8.1 the likely next SIT RC. I also think they changed how launcher/ping route upstream as well as it returns different data, I didn't dig too deep into this one.

caellach commented 2 months ago

Thanks for reporting this. I'll take a look and fix it.