diff --git a/lib/context/BackendRuntimeContext.js b/lib/context/BackendRuntimeContext.js index 638bdcb35..8b4549b29 100644 --- a/lib/context/BackendRuntimeContext.js +++ b/lib/context/BackendRuntimeContext.js @@ -105,6 +105,10 @@ var BackendRuntimeContext = /** @class */ (function (_super) { userState: 1, isRoot: 1, }, + player: { + id: 1, + isRoot: 1, + } }, filter: { id: tokenValue, diff --git a/src/context/BackendRuntimeContext.ts b/src/context/BackendRuntimeContext.ts index 12b0acc2a..bbdceaa91 100644 --- a/src/context/BackendRuntimeContext.ts +++ b/src/context/BackendRuntimeContext.ts @@ -72,6 +72,10 @@ export class BackendRuntimeContext userState: 1, isRoot: 1, }, + player: { + id: 1, + isRoot: 1, + }, }, filter: { id: tokenValue,