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