Merge pull request #10 from ToneAPI/blade

Update pulse.gnut #9
This commit is contained in:
okvdai
2023-04-26 11:05:09 +02:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ void function GetStatsFromToneAPI_threaded(){
HttpRequest getStats
getStats.method = HttpRequestMethod.GET
getStats.url = "https://tone.sleepycat.date/v2/client/weapons"
getStats.queryParameters["player"] <- [NSGetLocalPlayerUID().tostring()]
getStats.queryParameters["player"] <- [NSGetLocalPlayerUID()]
void functionref(HttpRequestResponse) onSuccess = void function(HttpRequestResponse response)
{
print("[PULSE] Kill data received, processing...")