From f9395c127b12a280a35b8f6cba50375e103b607f Mon Sep 17 00:00:00 2001 From: Tupper Date: Tue, 7 Jan 2025 18:31:19 -0800 Subject: [PATCH] THANK YOU NATSUMI I AM BOTH STINKY AND STUPID --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index 75e890c1..2d614b60 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -22415,7 +22415,7 @@ speechSynthesis.getVoices(); // #region | VRChat Credits API.$on('VRCCREDITS', function (args) { - this.currentUser.$getVRChatCredits = args.json?.balance; + this.currentUser.$vrchatcredits = args.json?.balance; }); API.getVRChatCredits = function () {