diff --git a/mod.json b/mod.json index 6f06e84..836867e 100644 --- a/mod.json +++ b/mod.json @@ -1,7 +1,7 @@ { "Name": "ToneAPI.pulse", "Description": "Displays Tone API kill data in the Stats tab.", - "Version": "1.1.0-prerelease", + "Version": "1.1.0", "LoadPriority": 1, "Scripts": [ { diff --git a/mod/scripts/vscripts/pulse.gnut b/mod/scripts/vscripts/pulse.gnut index ecfe1f9..22d99b9 100644 --- a/mod/scripts/vscripts/pulse.gnut +++ b/mod/scripts/vscripts/pulse.gnut @@ -23,7 +23,7 @@ void function GetStatsFromToneAPI_threaded(){ print("[PULSE] Loaded, getting data...") HttpRequest getStats getStats.method = HttpRequestMethod.GET - getStats.url = "https://tone.sleepycat.date/v2_test/client/weapons" + getStats.url = "https://tone.sleepycat.date/v2/client/weapons" getStats.queryParameters["player"] <- [NSGetLocalPlayerUID().tostring()] void functionref(HttpRequestResponse) onSuccess = void function(HttpRequestResponse response) {