mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
rename '_' postfix to '$' prefix on VRCX internal variables
This commit is contained in:
@@ -596,14 +596,14 @@ if (window.CefSharp) {
|
||||
occupants: 0,
|
||||
instances: [],
|
||||
// custom
|
||||
labs_: false,
|
||||
$isLabs: false,
|
||||
//
|
||||
...ref
|
||||
};
|
||||
this.cachedWorlds.set(ctx.id, ctx);
|
||||
}
|
||||
if (ctx.tags) {
|
||||
ctx.labs_ = ctx.tags.includes('system_labs');
|
||||
ctx.$isLabs = ctx.tags.includes('system_labs');
|
||||
}
|
||||
return ctx;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user