aboutsummaryrefslogtreecommitdiff
path: root/socketConnection.js
diff options
context:
space:
mode:
Diffstat (limited to 'socketConnection.js')
-rw-r--r--socketConnection.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/socketConnection.js b/socketConnection.js
index b844774..e582a4d 100644
--- a/socketConnection.js
+++ b/socketConnection.js
@@ -99,10 +99,11 @@ class SoopyV2Server extends WebsiteCommunicator {
}
}
- requestPlayerStats(uuid){
+ requestPlayerStats(uuid, username){
this.sendData({
type: "loadStatsQuick",
- uuid: uuid
+ uuid: uuid,
+ username: username
})
}
}