diff options
Diffstat (limited to 'socketConnection.js')
-rw-r--r-- | socketConnection.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/socketConnection.js b/socketConnection.js index e582a4d..87e15bf 100644 --- a/socketConnection.js +++ b/socketConnection.js @@ -106,6 +106,14 @@ class SoopyV2Server extends WebsiteCommunicator { username: username }) } + + requestPlayerStatsCache(uuid, username){ + this.sendData({ + type: "loadStatsQuickCache", + uuid: uuid, + username: username + }) + } } if(!global.soopyV2Server){ |