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 () {