mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
bugfix
This commit is contained in:
+1
-1
@@ -2507,7 +2507,7 @@ if (window.CefSharp) {
|
|||||||
}
|
}
|
||||||
ctx.expired_ = false;
|
ctx.expired_ = false;
|
||||||
if (ctx.tags) {
|
if (ctx.tags) {
|
||||||
[ctx.group_] = ctx.tags;
|
ctx.group_ = ctx.tags;
|
||||||
}
|
}
|
||||||
return ctx;
|
return ctx;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user