From 236a798cd4b755cd1be7d551be0efb723dd5ba91 Mon Sep 17 00:00:00 2001 From: gatchamix Date: Tue, 2 Jun 2026 14:06:43 +0100 Subject: [PATCH] tachi v3 support --- popnhax/tachi.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/popnhax/tachi.cc b/popnhax/tachi.cc index b685bd7..7f4a050 100644 --- a/popnhax/tachi.cc +++ b/popnhax/tachi.cc @@ -627,8 +627,8 @@ bool load_conf(char *friendid) sprintf(g_import_url, "%s%s", base, "/ir/direct-manual/import"); sprintf(g_status_url, "%s%s", base, "/api/v1/status"); sprintf(g_users_url_prefix, "%s%s", base, "/api/v1/users"); - sprintf(g_rivals_url, "%s%s", base, "/api/v1/users/me/games/popn/9B/rivals"); - sprintf(g_pbs_url_suffix, "%s", "/games/popn/9B/pbs/all"); + sprintf(g_rivals_url, "%s%s", base, "/api/v1/users/me/games/popn/rivals"); + sprintf(g_pbs_url_suffix, "%s", "/games/popn/pbs/all"); return true; } @@ -1268,4 +1268,4 @@ bool patch_tachi_scorehook(const char *dllFilename, bool pfree, bool hidden_is_o LOG("popnhax: tachi score hook enabled%s\n", g_skip_omni ? " (omnimix charts excluded)" : ""); return true; -} \ No newline at end of file +}