Skip to content

Commit

Permalink
remove engine timer from serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Mar 19, 2024
1 parent 01eb4d6 commit 4c03c1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functions/botHookFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export function serializeEngine() {
const engine = {
userId: Engine.instance.userID,
store: Engine.instance.store,
engineTimer: Engine.instance.engineTimer,
isBot: getState(EngineState).isBot,
publicPath: getState(EngineState).publicPath,
xrFrame: getState(XRState).xrFrame,
Expand Down

0 comments on commit 4c03c1f

Please sign in to comment.