Update pulse.gnut #9

This commit is contained in:
okvdai
2023-04-26 11:00:31 +02:00
parent e67df127f4
commit 3976247376
+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...")