mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
typo
This commit is contained in:
+1
-1
@@ -1123,7 +1123,7 @@ import gameLogService from './service/gamelog.js'
|
|||||||
|
|
||||||
API.applyUser = function (json) {
|
API.applyUser = function (json) {
|
||||||
var ref = this.cachedUsers.get(json.id);
|
var ref = this.cachedUsers.get(json.id);
|
||||||
// adjust some missing variables
|
// some missing variables on currentUser
|
||||||
if (json.id === API.currentUser.id) {
|
if (json.id === API.currentUser.id) {
|
||||||
json.status = API.currentUser.status;
|
json.status = API.currentUser.status;
|
||||||
json.statusDescription = API.currentUser.statusDescription;
|
json.statusDescription = API.currentUser.statusDescription;
|
||||||
|
|||||||
Reference in New Issue
Block a user