mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-28 04:05:08 -05:00
[F] Fix wacca trailing slash
This commit is contained in:
@@ -185,7 +185,8 @@ class AllNet(
|
||||
// If keychip authentication is enabled, the game URLs will be set to /gs/{token}/{game}/...
|
||||
val base = if (session != null) "gs/$session" else "g"
|
||||
|
||||
return "http://$addr/$base/$gameId/$ver/"
|
||||
val url = "http://$addr/$base/$gameId/$ver"
|
||||
return url + (if (gameId == "SDFE") "" else "/") // Wacca must not end with trailing slash
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user