mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
Fixes
This commit is contained in:
@@ -532,6 +532,10 @@ console.log(`isLinux: ${LINUX}`);
|
||||
|
||||
API.$on('USER:LIST', function (args) {
|
||||
for (var json of args.json) {
|
||||
if (!json.displayName) {
|
||||
console.error('getUsers gave us garbage', json);
|
||||
continue;
|
||||
}
|
||||
this.$emit('USER', {
|
||||
json,
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user