mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Handle error parsing scuffed config.json
This commit is contained in:
@@ -554,11 +554,16 @@ export default class extends baseClass {
|
||||
} else if (contentType === 'world') {
|
||||
// hmm
|
||||
} else if (contentType === 'created') {
|
||||
// on avatar upload
|
||||
// on avatar upload, might be gone now
|
||||
} else if (contentType === 'avatargallery') {
|
||||
// on avatar gallery image upload
|
||||
} else if (contentType === 'invitePhoto') {
|
||||
// on uploading invite photo
|
||||
} else if (!contentType) {
|
||||
console.log(
|
||||
'content-refresh without contentType',
|
||||
content
|
||||
);
|
||||
} else {
|
||||
console.log(
|
||||
'Unknown content-refresh type',
|
||||
|
||||
Reference in New Issue
Block a user